Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.3 - Updated on 10/20/2016
#initialize(session) ⇒ Account
account_info
Returns a new instance of the Account.
def initialize(session)</br> # Instance variables</br> @session = session</br> end
#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.