Sha256: ecdcd9cac9ed636e48d749a1972d33d14522c35c8a62d0cd9f4581442337dd4c

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

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