Sha256: 12117273d92f8ad4c2da125f6e37f9e6675fd3331456d65d29b5d3f304928244
Contents?: true
Size: 810 Bytes
Versions: 5
Compression:
Stored size: 810 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
5 entries across 5 versions & 1 rubygems