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