Class: Kentaa::Api::Resources::Donations
- Includes:
- Enumerable
- Defined in:
- lib/kentaa/api/resources/donations.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from List
#all, #current_page, #links, #next, #next_page, #next_page?, #pages, #per_page, #previous, #previous_page, #previous_page?, #total_entries, #total_pages
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kentaa::Api::Resources::Base
Instance Method Details
#each(&block) ⇒ Object
9 10 11 |
# File 'lib/kentaa/api/resources/donations.rb', line 9 def each(&block) donations.each(&block) end |