Class: Textus::Dispatch::Contracts::JobsAction
- Inherits:
-
Data
- Object
- Data
- Textus::Dispatch::Contracts::JobsAction
- Defined in:
- lib/textus/dispatch/contracts.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#job_id ⇒ Object
readonly
Returns the value of attribute job_id.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
52 53 54 |
# File 'lib/textus/dispatch/contracts.rb', line 52 def action @action end |
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id
52 53 54 |
# File 'lib/textus/dispatch/contracts.rb', line 52 def job_id @job_id end |
#state ⇒ Object (readonly)
Returns the value of attribute state
52 53 54 |
# File 'lib/textus/dispatch/contracts.rb', line 52 def state @state end |