Sha256: 77e3847b988d1d3fd6bd736d043c73d79ad7f0183e9f571e5c2b86d6dab89b91
Contents?: true
Size: 712 Bytes
Versions: 9
Compression:
Stored size: 712 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
9 entries across 9 versions & 1 rubygems