Class: Barbeque::Message::JobExecution
- Defined in:
- lib/barbeque/message/job_execution.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
readonly
- String
-
To specify ‘job_definitions.app.name`.
-
#body ⇒ Object
readonly
- Object
-
free-format JSON.
-
#job ⇒ Object
readonly
- String
-
To specify ‘job_definitions.job`.
Attributes inherited from Base
#id, #receipt_handle, #sent_timestamp, #type
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Barbeque::Message::Base
Instance Attribute Details
#application ⇒ Object (readonly)
- String
-
To specify ‘job_definitions.app.name`
7 8 9 |
# File 'lib/barbeque/message/job_execution.rb', line 7 def application @application end |
#body ⇒ Object (readonly)
- Object
-
free-format JSON
6 7 8 |
# File 'lib/barbeque/message/job_execution.rb', line 6 def body @body end |
#job ⇒ Object (readonly)
- String
-
To specify ‘job_definitions.job`
8 9 10 |
# File 'lib/barbeque/message/job_execution.rb', line 8 def job @job end |