class Restcomm::REST::NumberType::Local

Public Class Methods

new(path, client) click to toggle source
  # File lib/restcomm-ruby/rest/incoming_phone_numbers/local.rb
5 def initialize(path, client)
6   @path, @client = path, client
7   @instance_class = Restcomm::REST::IncomingPhoneNumber
8   @list_key, @instance_id_key = 'incoming_phone_numbers', 'sid'
9 end