Sha256: 5f385d9d2d1697c909115e3328a87a538757106584b4c644ad2769b2cfc43cf5
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 Bytes
Contents
require 'portfolio_manager/rest/utils' module PortfolioManager module REST ## # Basic account # @see http://portfoliomanager.energystar.gov/webservices/home/api/account module Account include PortfolioManager::REST::Utils ## # This web service retrieves your account information that includes your # username, password, contact information, & security questions/answers. # # @see http://portfoliomanager.energystar.gov/webservices/home/api/account/account/get def account perform_get_request('/account') end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
portfolio_manager-0.3.0 | lib/portfolio_manager/rest/account.rb |
portfolio_manager-0.2.0 | lib/portfolio_manager/rest/account.rb |
portfolio_manager-0.1.0 | lib/portfolio_manager/rest/account.rb |