Skip to content

Commit

Permalink
add model report
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocío Fernandez committed Jul 27, 2017
1 parent c0b1b24 commit b8f5c5f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions lib/besepa/report.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module Besepa

class Report < Besepa::Resource

include Besepa::ApiCalls::List
include Besepa::ApiCalls::Create
include Besepa::ApiCalls::Search

FIELDS = [:id, :until_at, :since_at, :kind, :created_at]

FIELDS.each do |f|
attr_accessor f
end

end
end

0 comments on commit b8f5c5f

Please sign in to comment.