Class: Kentaa::Api::Clients::Donations
- Defined in:
- lib/kentaa/api/clients/donations.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kentaa::Api::Clients::Base
Instance Method Details
#all(options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/kentaa/api/clients/donations.rb', line 7 def all( = {}) donations = Kentaa::Api::Resources::Donations.new(config, ) donations.all end |