Class: Modulr::Resources::Payments::Collection
- Inherits:
-
BaseCollection
- Object
- BaseCollection
- Modulr::Resources::Payments::Collection
- Defined in:
- lib/modulr/resources/payments/collection.rb
Instance Attribute Summary
Attributes inherited from BaseCollection
Instance Method Summary collapse
-
#initialize(response, attributes_collection) ⇒ Collection
constructor
A new instance of Collection.
Methods inherited from BaseCollection
Constructor Details
#initialize(response, attributes_collection) ⇒ Collection
Returns a new instance of Collection.
7 8 9 |
# File 'lib/modulr/resources/payments/collection.rb', line 7 def initialize(response, attributes_collection) super(response, Payment, attributes_collection) end |