Sha256: c132b04621711e6a8a0532133b9abfe78a12b0865c7cfddc9e9a5e6e1dc84c14
Contents?: true
Size: 1.66 KB
Versions: 47
Compression:
Stored size: 1.66 KB
Contents
## # This code was generated by # ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ # | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ # | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ # # Twilio - Pricing # This is the public Twilio REST API. # # NOTE: This class is auto generated by OpenAPI Generator. # https://openapi-generator.tech # Do not edit the class manually. # module Twilio module REST class Pricing class V1 < Version ## # Initialize the V1 version of Pricing def initialize(domain) super @version = 'v1' @messaging = nil @phone_numbers = nil @voice = nil end ## # @return [Twilio::REST::Pricing::V1::MessagingList] def messaging @messaging ||= MessagingList.new self end ## # @return [Twilio::REST::Pricing::V1::PhoneNumberList] def phone_numbers @phone_numbers ||= PhoneNumberList.new self end ## # @return [Twilio::REST::Pricing::V1::VoiceList] def voice @voice ||= VoiceList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Pricing::V1>'; end end end end end
Version data entries
47 entries across 47 versions & 2 rubygems