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

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/ddr/derivatives/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/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/generator.rb', line 8

def stdout
  @stdout
end