Sha256: a1884792a61b0b9878baa113175718fc06c3cadc05d77873427ad101a7fcd8bb
Contents?: true
Size: 831 Bytes
Versions: 86
Compression:
Stored size: 831 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class Numbers < Domain ## # Initialize the Numbers Domain def initialize(twilio) super @base_url = 'https://numbers.twilio.com' @host = 'numbers.twilio.com' @port = 443 # Versions @v2 = nil end ## # Version v2 of numbers def v2 @v2 ||= V2.new self end ## # @return [Twilio::REST::Numbers::V2::RegulatoryComplianceInstance] def regulatory_compliance self.v2.regulatory_compliance() end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Numbers>' end end end end
Version data entries
86 entries across 86 versions & 1 rubygems