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