Class: Spendee::Clients::WalletGetAll
- Inherits:
-
BaseClient
- Object
- ApiStruct::Client
- BaseClient
- Spendee::Clients::WalletGetAll
- Defined in:
- lib/spendee/clients/wallet_get_all.rb
Instance Method Summary collapse
Instance Method Details
#index(token, device_uuid) ⇒ Object
6 7 8 |
# File 'lib/spendee/clients/wallet_get_all.rb', line 6 def index(token, device_uuid) post(headers: default_headers(token, device_uuid)) end |