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