Sha256: c4fc7b540b920f9fcc9bc8edf700e79d14d4e37ccffa0c1d60a07df133751088
Contents?: true
Size: 690 Bytes
Versions: 3
Compression:
Stored size: 690 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Trunking < Domain ## # Initialize the Trunking Domain def initialize(twilio) super @base_url = 'https://trunking.twilio.com' @host = 'trunking.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of trunking def v1 @v1 ||= V1.new self end def trunks self.v1.trunks end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Trunking>' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.0.0.rc21 | lib/twilio-ruby/rest/trunking.rb |
twilio-ruby-5.0.0.rc20 | lib/twilio-ruby/rest/trunking.rb |
twilio-ruby-5.0.0.rc19 | lib/twilio-ruby/rest/trunking.rb |