Sha256: 6e8dc9ea9d8aa105c0e7bec993cc26f13eb20221340c81e5f154fd5838ae0cea
Contents?: true
Size: 754 Bytes
Versions: 87
Compression:
Stored size: 754 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class Numbers class V2 < Version ## # Initialize the V2 version of Numbers def initialize(domain) super @version = 'v2' @regulatory_compliance = nil end ## # @return [Twilio::REST::Numbers::V2::RegulatoryComplianceContext] def regulatory_compliance @regulatory_compliance ||= RegulatoryComplianceList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Numbers::V2>' end end end end end
Version data entries
87 entries across 87 versions & 1 rubygems