Class: BandwidthIris::Account
- Inherits:
-
Object
- Object
- BandwidthIris::Account
- Extended by:
- ClientWrapper
- Defined in:
- lib/bandwidth-iris/account.rb
Class Method Summary collapse
Methods included from ClientWrapper
Class Method Details
.get(client) ⇒ Object
5 6 7 |
# File 'lib/bandwidth-iris/account.rb', line 5 def self.get(client) client.make_request(:get, client.concat_account_path(nil))[0][:account] end |