Sha256: 0c45f2e57d9b8f4224fb5ff1cc842a44dbf1d7ba429d917cb98cc571c90f96a5
Contents?: true
Size: 711 Bytes
Versions: 7
Compression:
Stored size: 711 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
7 entries across 7 versions & 1 rubygems