lib/twilio-ruby/rest/taskrouter.rb in twilio-ruby-5.0.0.rc21 vs lib/twilio-ruby/rest/taskrouter.rb in twilio-ruby-5.0.0.rc22
- old
+ new
@@ -24,11 +24,11 @@
# Version v1 of taskrouter
def v1
@v1 ||= V1.new self
end
- def workspaces
- self.v1.workspaces
+ def workspaces(sid=:unset)
+ self.v1.workspaces(sid)
end
##
# Provide a user friendly representation
def to_s
\ No newline at end of file