Class: Textus::Command::Jobs
- Inherits:
-
Data
- Object
- Data
- Textus::Command::Jobs
- Defined in:
- lib/textus/command.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.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
35 36 37 |
# File 'lib/textus/command.rb', line 35 def action @action end |
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id
35 36 37 |
# File 'lib/textus/command.rb', line 35 def job_id @job_id end |
#role ⇒ Object (readonly)
Returns the value of attribute role
35 36 37 |
# File 'lib/textus/command.rb', line 35 def role @role end |
#state ⇒ Object (readonly)
Returns the value of attribute state
35 36 37 |
# File 'lib/textus/command.rb', line 35 def state @state end |