class SetChildrenStartedPutHandler
Overview
{
"action" : "set_children_started",
"data" : {
"job_id" : "dfasdffsd"
}
}
Defined in:
handlers/set_children_started_put_handler.cr
Instance Method Summary
Instance methods inherited from class HandlerBase
build_action_job(action_name : String, job)
build_action_job,
build_action_job_with_data_hash(action_name : String, job, data_hash : Hash(String, String))
build_action_job_with_data_hash,
build_action_with_data_hash(action_name, data_hash : Hash(String, String))
build_action_with_data_hash,
build_action_with_field_tuple(action_name : String, field_name : String, field_value : String)
build_action_with_field_tuple,
get_job_id_from_response(data) : String
get_job_id_from_response,
normalize_json_hash(json_hash : JSON::Any)
normalize_json_hash,
send_and_parse_response(request_json)
send_and_parse_response
Constructor methods inherited from class HandlerBase
new(connection : AllqClient::Connection)
new
Instance Method Detail
def
process(job_id) : String
#