Module: BridgeAPI::Client::Account
- Defined in:
- lib/bridge_api/client/account.rb
Instance Method Summary collapse
Instance Method Details
#update_account(account_id, params = {}) ⇒ Object
4 5 6 |
# File 'lib/bridge_api/client/account.rb', line 4 def update_account(account_id, params = {}) put("#{API_PATH}#{SUPPORT_PATH}#{ACCOUNT_PATH}/#{account_id}", params) end |