Class: Schwab::Operations::GetAccountNumbers
- Inherits:
-
BaseOperation
- Object
- BaseOperation
- Schwab::Operations::GetAccountNumbers
- Defined in:
- lib/schwab/operations/get_account_numbers.rb
Constant Summary
Constants inherited from BaseOperation
BaseOperation::HTTP_DEBUG_OUTPUT
Instance Attribute Summary
Attributes inherited from BaseOperation
Instance Method Summary collapse
Methods inherited from BaseOperation
Methods included from Util
Methods included from Error
Constructor Details
This class inherits a constructor from Schwab::Operations::BaseOperation
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/schwab/operations/get_account_numbers.rb', line 6 def call perform_api_get_request(url: 'https://api.schwabapi.com/trader/v1/accounts/accountNumbers') end |