Sha256: 7350d01561af495452738344f7079b100e08b4ce744122345bf209d0566266a8
Contents?: true
Size: 689 Bytes
Versions: 6
Compression:
Stored size: 689 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Trunking class V1 < Version ## # Initialize the V1 version of Trunking def initialize(domain) super @version = 'v1' @trunks = nil end def trunks(sid=:unset) if sid == :unset @trunks ||= TrunkList.new self else TrunkContext.new(self, sid) end end ## # Provide a user friendly representation def to_s '<Twilio::REST::Trunking::V1>' end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems