Class: Twilio::TaskRouter::WorkspaceCapability

Inherits:
Capability
  • Object
show all
Defined in:
lib/twilio-ruby/task_router/capability.rb

Constant Summary

Constants inherited from Capability

Capability::OPTIONAL, Capability::REQUIRED, Capability::TASK_ROUTER_BASE_URL, Capability::TASK_ROUTER_VERSION, Capability::TASK_ROUTER_WEBSOCKET_BASE_URL

Instance Method Summary collapse

Methods inherited from Capability

#add_policy, #allow, #allow_delete, #allow_delete_subresources, #allow_fetch_subresources, #allow_task_reservation_updates, #allow_updates, #allow_updates_subresources, #allow_worker_activity_updates, #allow_worker_fetch_attributes, #deny, #generate_token

Constructor Details

#initialize(account_sid, auth_token, workspace_sid) ⇒ WorkspaceCapability

Returns a new instance of WorkspaceCapability.



199
200
201
# File 'lib/twilio-ruby/task_router/capability.rb', line 199

def initialize(, auth_token, workspace_sid)
  super(, auth_token, workspace_sid, workspace_sid)
end