Class: BandwidthIris::Account

Inherits:
Object
  • Object
show all
Extended by:
ClientWrapper
Defined in:
lib/bandwidth-iris/account.rb

Class Method Summary collapse

Methods included from ClientWrapper

wrap_client_arg

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.(nil))[0][:account]
end