class BandwidthIris::DiscNumber

Public Class Methods

list(client) click to toggle source
# File lib/bandwidth-iris/disc_number.rb, line 8
def self.list(client)
  client.make_request(:get, client.concat_account_path(DISC_NUMBER_PATH))[0][:telephone_numbers]
end
totals(client) click to toggle source
# File lib/bandwidth-iris/disc_number.rb, line 14
def self.totals(client)
  client.make_request(:get, "#{client.concat_account_path(DISC_NUMBER_PATH)}/totals")[0]
end