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