Sha256: c677cb1f1505812a627f23827e6cc6c1455d833ff357d9230e3a5a75eb9b8427
Contents?: true
Size: 857 Bytes
Versions: 16
Compression:
Stored size: 857 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Pricing < Domain ## # Initialize the Pricing Domain def initialize(twilio) super @base_url = 'https://pricing.twilio.com' @host = 'pricing.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of pricing def v1 @v1 ||= V1.new self end def messaging self.v1.messaging end def phone_numbers self.v1.phone_numbers end def voice self.v1.voice end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Pricing>' end end end end
Version data entries
16 entries across 16 versions & 1 rubygems