Class: PFS::Resources::Transactions::Transactions

Inherits:
Collection
  • Object
show all
Defined in:
lib/pfs/resources/transactions/transactions.rb

Instance Attribute Summary

Attributes inherited from Collection

#response

Instance Method Summary collapse

Methods inherited from Collection

#each

Constructor Details

#initialize(response, attributes_collection) ⇒ Transactions

Returns a new instance of Transactions.



7
8
9
# File 'lib/pfs/resources/transactions/transactions.rb', line 7

def initialize(response, attributes_collection)
  super(response, Transaction, attributes_collection)
end