Sha256: b91f4c4630fbc38b8a8e66d809a086fd821f1385248909ece2b74f9a6e4d1467
Contents?: true
Size: 1.04 KB
Versions: 37
Compression:
Stored size: 1.04 KB
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true 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::MessagingContext] def messaging @messaging ||= MessagingList.new self end ## # @return [Twilio::REST::Pricing::V1::PhoneNumberContext] def phone_numbers @phone_numbers ||= PhoneNumberList.new self end ## # @return [Twilio::REST::Pricing::V1::VoiceContext] 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
37 entries across 37 versions & 1 rubygems