Class: Modulr::Resources::Accounts::Identifiers

Inherits:
BaseCollection show all
Defined in:
lib/modulr/resources/accounts/identifiers.rb

Instance Attribute Summary

Attributes inherited from BaseCollection

#response

Instance Method Summary collapse

Methods inherited from BaseCollection

#each

Constructor Details

#initialize(response, attributes_collection) ⇒ Identifiers

Returns a new instance of Identifiers.



7
8
9
# File 'lib/modulr/resources/accounts/identifiers.rb', line 7

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