Sha256: fc3fb847d902a41e0f4b151e921d4f912b16d650de3c18ed4ae1d7a62bb16302

Contents?: true

Size: 698 Bytes

Versions: 3

Compression:

Stored size: 698 Bytes

Contents

##
# This code was generated by
# \ / _    _  _|   _  _
#  | (_)\/(_)(_|\/| |(/_  v1.0.0
#       /       /

module Twilio
  module REST
    class Lookups < Domain
      ##
      # Initialize the Lookups Domain
      def initialize(twilio)
        super

        @base_url = 'https://lookups.twilio.com'
        @host = 'lookups.twilio.com'
        @port = 443

        # Versions
        @v1 = nil
      end

      ##
      # Version v1 of lookups
      def v1
        @v1 ||= V1.new self
      end

      def phone_numbers
        self.v1.phone_numbers
      end

      ##
      # Provide a user friendly representation
      def to_s
        '#<Twilio::REST::Lookups>'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-ruby-5.0.0.rc21 lib/twilio-ruby/rest/lookups.rb
twilio-ruby-5.0.0.rc20 lib/twilio-ruby/rest/lookups.rb
twilio-ruby-5.0.0.rc19 lib/twilio-ruby/rest/lookups.rb