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
30 31 32 |
# File 'lib/textus/command.rb', line 30 def action @action end |
#job_id ⇒ Object (readonly)
Returns the value of attribute job_id
30 31 32 |
# File 'lib/textus/command.rb', line 30 def job_id @job_id end |
#role ⇒ Object (readonly)
Returns the value of attribute role
30 31 32 |
# File 'lib/textus/command.rb', line 30 def role @role end |
#state ⇒ Object (readonly)
Returns the value of attribute state
30 31 32 |
# File 'lib/textus/command.rb', line 30 def state @state end |