Sha256: bb8d838cf18676575a2f90c5ca841e22f326ef17fc09782756a3f06ff1d06a3c

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

module Restcomm
  module REST
    module NumberType
      class Local < ListResource
        def initialize(path, client)
          @path, @client = path, client
          @instance_class = Restcomm::REST::IncomingPhoneNumber
          @list_key, @instance_id_key = 'incoming_phone_numbers', 'sid'
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
restcomm-ruby-1.2.1 lib/restcomm-ruby/rest/incoming_phone_numbers/local.rb
restcomm-ruby-1.2.0 lib/restcomm-ruby/rest/incoming_phone_numbers/local.rb