Sha256: 9da3fffd0bd261ea104c10486e791c53fcfd0cac57f2d2fe40e9d6431dc8c00a

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

module Restcomm
  module REST
    module NumberType
      class TollFree < 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/toll_free.rb
restcomm-ruby-1.2.0 lib/restcomm-ruby/rest/incoming_phone_numbers/toll_free.rb