Version 1.1 - Updated on 8/11/2016
#initialize(session) ⇒ Account
Returns a new instance of the Account.
def initialize(session)</br>
# Instance variables</br>
@session = session</br>
end
account_info
#account_info ⇒ Object
Retrieves the account information.
Arguments:
Returns:
def account_info()
response = @session.do_get "account"
Sdk::parse_response(response)
end
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.