module PortfolioManager::REST::Account
Basic account @see portfoliomanager.energystar.gov/webservices/home/api/account
Public Instance Methods
account()
click to toggle source
This web service retrieves your account information that includes your username, password, contact information, & security questions/answers.
@see portfoliomanager.energystar.gov/webservices/home/api/account/account/get
# File lib/portfolio_manager/rest/account.rb, line 16 def account perform_get_request('/account') end