class BandwidthIris::ImportTnChecker

Public Class Methods

check_tns_portability(client, tns) click to toggle source
# File lib/bandwidth-iris/import_tn_checker.rb, line 8
def self.check_tns_portability(client, tns)
  data = client.make_request(:post, client.concat_account_path("#{IMPORT_TN_CHECKER_PATH}"), {:import_tn_checker_payload => tns})
  return data
end