Class: Remitano::Client::FiatAccounts
- Inherits:
-
FiatCollection
- Object
- Collection
- FiatCollection
- Remitano::Client::FiatAccounts
- Defined in:
- lib/remitano/client/fiat_accounts.rb
Instance Attribute Summary
Attributes inherited from FiatCollection
Attributes inherited from Collection
#config, #path, #resource_name
Instance Method Summary collapse
Methods inherited from FiatCollection
Methods inherited from Collection
#all, #create, #get, #initialize, #update
Constructor Details
This class inherits a constructor from Remitano::Client::FiatCollection
Instance Method Details
#me ⇒ Object
5 6 7 |
# File 'lib/remitano/client/fiat_accounts.rb', line 5 def me config.net.get("/fiat_accounts/me?currency=#{currency}").execute end |