Module: BME::SimulationInstanceMethods
- Defined in:
- lib/bme/simulations.rb
Instance Attribute Summary collapse
-
#aggregator ⇒ Object
readonly
Returns the value of attribute aggregator.
-
#batch_args ⇒ Object
readonly
Returns the value of attribute batch_args.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
Instance Method Summary collapse
Instance Attribute Details
#aggregator ⇒ Object (readonly)
Returns the value of attribute aggregator.
41 42 43 |
# File 'lib/bme/simulations.rb', line 41 def aggregator @aggregator end |
#batch_args ⇒ Object (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_id ⇒ Object (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
#subject ⇒ Object
43 44 45 |
# File 'lib/bme/simulations.rb', line 43 def subject batch_args.first end |