Class: Resat::Scenario
- Inherits:
-
Object
- Object
- Resat::Scenario
- Includes:
- Kwalify::Util::HashLike
- Defined in:
- lib/scenario_runner.rb
Overview
Classes automatically hydrated with Kwalify from YAML definition
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#includes ⇒ Object
Returns the value of attribute includes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Method Summary collapse
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
191 192 193 |
# File 'lib/scenario_runner.rb', line 191 def config @config end |
#includes ⇒ Object
Returns the value of attribute includes.
191 192 193 |
# File 'lib/scenario_runner.rb', line 191 def includes @includes end |
#name ⇒ Object
Returns the value of attribute name.
191 192 193 |
# File 'lib/scenario_runner.rb', line 191 def name @name end |
#steps ⇒ Object
Returns the value of attribute steps.
191 192 193 |
# File 'lib/scenario_runner.rb', line 191 def steps @steps end |
Instance Method Details
#ignore ⇒ Object
192 |
# File 'lib/scenario_runner.rb', line 192 def ignore; @ignore || false; end |