ExTwilio v0.4.0 ExTwilio.TaskRouter.Worker View Source
Represents a worker resource who preforms tasks.
Link to this section Summary
Functions
Underscored and lowercased collection name for a given resource.
Delegates the real work to ExTwilio.Api.resource_collection_name/1
by
default
CamelCase resource name as it would be used in Twilio’s API. Delegates
the real work to ExTwilio.Api.resource_name/1
by default
Link to this section Functions
create(ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response
do_new(%ExTwilio.TaskRouter.Worker{account_sid: term, activity_name: term, activity_sid: term, attributes: term, available: term, date_created: term, date_status_changed: term, date_updated: term, friendly_name: term, links: term, sid: term, url: term, workspace_sid: term}, list) :: %ExTwilio.TaskRouter.Worker{account_sid: term, activity_name: term, activity_sid: term, attributes: term, available: term, date_created: term, date_status_changed: term, date_updated: term, friendly_name: term, links: term, sid: term, url: term, workspace_sid: term}
find(String.t | nil, list) :: ExTwilio.Parser.parsed_list_response
new() :: %ExTwilio.TaskRouter.Worker{account_sid: term, activity_name: term, activity_sid: term, attributes: term, available: term, date_created: term, date_status_changed: term, date_updated: term, friendly_name: term, links: term, sid: term, url: term, workspace_sid: term}
new(list) :: %ExTwilio.TaskRouter.Worker{account_sid: term, activity_name: term, activity_sid: term, attributes: term, available: term, date_created: term, date_status_changed: term, date_updated: term, friendly_name: term, links: term, sid: term, url: term, workspace_sid: term}
Underscored and lowercased collection name for a given resource.
Delegates the real work to ExTwilio.Api.resource_collection_name/1
by
default.
Override in your module before use ExTwilio.Resource
if you need
something different.
CamelCase resource name as it would be used in Twilio’s API. Delegates
the real work to ExTwilio.Api.resource_name/1
by default.
Override in your module before use ExTwilio.Resource
if you need
something different.
update(String.t, ExTwilio.Api.data, list) :: ExTwilio.Parser.parsed_response