Class: Moneylovercli::Api::Wallet
- Inherits:
-
MoneyLover
- Object
- Base
- MoneyLover
- Moneylovercli::Api::Wallet
- Defined in:
- lib/moneylovercli/api/wallet.rb
Instance Attribute Summary
Attributes inherited from MoneyLover
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from MoneyLover
Constructor Details
This class inherits a constructor from Moneylovercli::Api::MoneyLover
Instance Method Details
#list ⇒ Object
8 9 10 |
# File 'lib/moneylovercli/api/wallet.rb', line 8 def list self.class.post('/wallet/list', body: {}, headers: { authorization: "AuthJWT #{@token}" }) end |