Class: RSGem::Tasks::OutputStruct
- Inherits:
-
Struct
- Object
- Struct
- RSGem::Tasks::OutputStruct
- Defined in:
- lib/rsgem/tasks/output.rb
Overview
Structure to bundle all messages from a task
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#success ⇒ Object
Returns the value of attribute success.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/rsgem/tasks/output.rb', line 8 def name @name end |
#success ⇒ Object
Returns the value of attribute success
8 9 10 |
# File 'lib/rsgem/tasks/output.rb', line 8 def success @success end |
#warning ⇒ Object
Returns the value of attribute warning
8 9 10 |
# File 'lib/rsgem/tasks/output.rb', line 8 def warning @warning end |