Class: Ddr::Derivatives::Generator::GeneratorResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddr/derivatives/generators/generator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#output_pathObject

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



8
9
10
# File 'lib/ddr/derivatives/generators/generator.rb', line 8

def output_path
  @output_path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/ddr/derivatives/generators/generator.rb', line 8

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



8
9
10
# File 'lib/ddr/derivatives/generators/generator.rb', line 8

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



8
9
10
# File 'lib/ddr/derivatives/generators/generator.rb', line 8

def stdout
  @stdout
end