Class: Tastytrade::Operations::CustomerAccountInfo::ListCustomerAccounts
- Inherits:
-
BaseOperation
- Object
- BaseOperation
- Tastytrade::Operations::CustomerAccountInfo::ListCustomerAccounts
- Defined in:
- lib/tastytrade/operations/customer_account_info/list_customer_accounts.rb
Instance Attribute Summary
Attributes inherited from BaseOperation
Instance Method Summary collapse
-
#call ⇒ Object
Calls GET /customers/me/accounts.
Methods inherited from BaseOperation
Methods included from Util
Methods included from Error
Constructor Details
This class inherits a constructor from Tastytrade::Operations::BaseOperation
Instance Method Details
#call ⇒ Object
Calls GET /customers/me/accounts
9 10 11 |
# File 'lib/tastytrade/operations/customer_account_info/list_customer_accounts.rb', line 9 def call perform_api_get_request(url: "#{Tastytrade::BASE_URL}/customers/me/accounts") end |