Class: BandwidthIris::ImportTnChecker
- Inherits:
-
Object
- Object
- BandwidthIris::ImportTnChecker
- Extended by:
- ClientWrapper
- Includes:
- ApiItem
- Defined in:
- lib/bandwidth-iris/import_tn_checker.rb
Class Method Summary collapse
Methods included from ClientWrapper
Methods included from ApiItem
#[], #[]=, #initialize, #to_data
Class Method Details
.check_tns_portability(client, tns) ⇒ Object
8 9 10 11 |
# 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 |