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



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

def status
  @status
end

#stderrObject

Returns the value of attribute stderr



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

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout



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

def stdout
  @stdout
end