Sha256: 6cdf5d85a7d5ebfeaf498177c699b0408df92b0508947276369e3bb6b418ec09

Contents?: true

Size: 712 Bytes

Versions: 1

Compression:

Stored size: 712 Bytes

Contents

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

module Twilio
  module REST
    class Numbers
      class V1 < Version
        ##
        # Initialize the V1 version of Numbers
        def initialize(domain)
          super
          @version = 'v1'
          @eligibilities = nil
        end

        ##
        # @return [Twilio::REST::Numbers::V1::EligibilityContext]
        def eligibilities
          @eligibilities ||= EligibilityList.new self
        end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilio-ruby-5.77.0 lib/twilio-ruby/rest/numbers/v1.rb