Class: Vial::Compiler::CleanResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#removedObject (readonly)

Returns the value of attribute removed

Returns:

  • (Object)

    the current value of removed



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

def removed
  @removed
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



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

def status
  @status
end