Module: Telleroo::API::Accounts
- Included in:
- Telleroo::API
- Defined in:
- lib/telleroo/api/accounts.rb
Overview
Telleroo Accounts. These are Bank Accounts
Instance Method Summary collapse
-
#accounts ⇒ Array
Returns bank accounts list.
Instance Method Details
#accounts ⇒ Array
Returns bank accounts list
12 13 14 |
# File 'lib/telleroo/api/accounts.rb', line 12 def accounts get('accounts') end |