Class: Rwm::TaskRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Rwm::TaskRunner::Result
- Defined in:
- lib/rwm/task_runner.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#package_name ⇒ Object
Returns the value of attribute package_name.
-
#success ⇒ Object
Returns the value of attribute success.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
8 9 10 |
# File 'lib/rwm/task_runner.rb', line 8 def output @output end |
#package_name ⇒ Object
Returns the value of attribute package_name
8 9 10 |
# File 'lib/rwm/task_runner.rb', line 8 def package_name @package_name end |
#success ⇒ Object
Returns the value of attribute success
8 9 10 |
# File 'lib/rwm/task_runner.rb', line 8 def success @success end |
#task ⇒ Object
Returns the value of attribute task
8 9 10 |
# File 'lib/rwm/task_runner.rb', line 8 def task @task end |