Class: Vial::Compiler::CleanResult
- Inherits:
-
Data
- Object
- Data
- Vial::Compiler::CleanResult
- Defined in:
- lib/vial/compiler.rb
Instance Attribute Summary collapse
-
#removed ⇒ Object
readonly
Returns the value of attribute removed.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#removed ⇒ Object (readonly)
Returns the value of attribute removed
6 7 8 |
# File 'lib/vial/compiler.rb', line 6 def removed @removed end |
#status ⇒ Object (readonly)
Returns the value of attribute status
6 7 8 |
# File 'lib/vial/compiler.rb', line 6 def status @status end |