Module: FidorApi::Account::ClientSupport
- Included in:
- Client
- Defined in:
- lib/fidor_api/account.rb
Instance Method Summary collapse
Instance Method Details
#accounts(options = {}) ⇒ Object
35 36 37 |
# File 'lib/fidor_api/account.rb', line 35 def accounts( = {}) Account.all() end |
#first_account ⇒ Object
39 40 41 |
# File 'lib/fidor_api/account.rb', line 39 def first_account Account.first end |