Class: Lopata::ScenarioBuilder::OptionSet
- Inherits:
-
Object
- Object
- Lopata::ScenarioBuilder::OptionSet
- Defined in:
- lib/lopata/scenario_builder.rb
Overview
Set of options for scenario
Instance Method Summary collapse
-
#metadata ⇒ Hash{Symbol => Object}
Metadata for this option set.
Instance Method Details
#metadata ⇒ Hash{Symbol => Object}
Returns metadata for this option set.
404 405 406 407 408 |
# File 'lib/lopata/scenario_builder.rb', line 404 def @variants.values.inject({}) do |, variant| .merge(variant.(self)) end end |