Method: Figo#get_account
- Defined in:
- lib/account/api_call.rb
#get_account(account_id) ⇒ Account
Retrieve specific account.
14 15 16 |
# File 'lib/account/api_call.rb', line 14 def get_account(account_id) query_api_object Account, "/rest/accounts/#{account_id}" end |