Module: BME::SimulationInstanceMethods

Defined in:
lib/bme/simulations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#aggregatorObject (readonly)

Returns the value of attribute aggregator.



41
42
43
# File 'lib/bme/simulations.rb', line 41

def aggregator
  @aggregator
end

#batch_argsObject (readonly)

Returns the value of attribute batch_args.



41
42
43
# File 'lib/bme/simulations.rb', line 41

def batch_args
  @batch_args
end

#run_idObject (readonly)

Returns the value of attribute run_id.



41
42
43
# File 'lib/bme/simulations.rb', line 41

def run_id
  @run_id
end

Instance Method Details

#subjectObject



43
44
45
# File 'lib/bme/simulations.rb', line 43

def subject
  batch_args.first
end