Module: PortfolioManager::REST::Account
Overview
Basic account
Instance Method Summary collapse
-
#account ⇒ Object
This web service retrieves your account information that includes your username, password, contact information, & security questions/answers.
Instance Method Details
#account ⇒ Object
This web service retrieves your account information that includes your username, password, contact information, & security questions/answers.
18 19 20 |
# File 'lib/portfolio_manager/rest/account.rb', line 18 def account perform_get_request('/account') end |