class Mozenda::Response::AgentRun

Constants

NAME

Public Instance Methods

agent_id() click to toggle source
# File lib/mozenda/response/agent_run.rb, line 4
def agent_id
  body_hash["AgentID"]
end
job_id() click to toggle source
# File lib/mozenda/response/agent_run.rb, line 8
def job_id
  body_hash["JobID"]
end