Class: Vial::Compiler::CompileResult

Inherits:
Data
  • Object
show all
Defined in:
lib/vial/compiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filesObject (readonly)

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



5
6
7
# File 'lib/vial/compiler.rb', line 5

def files
  @files
end

#output_pathObject (readonly)

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



5
6
7
# File 'lib/vial/compiler.rb', line 5

def output_path
  @output_path
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/vial/compiler.rb', line 5

def status
  @status
end