Class: Specific::Scenario
- Inherits:
-
Struct
- Object
- Struct
- Specific::Scenario
- Defined in:
- lib/specific/scenario.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#steps ⇒ Object
Returns the value of attribute steps.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/specific/scenario.rb', line 2 def name @name end |
#steps ⇒ Object
Returns the value of attribute steps
2 3 4 |
# File 'lib/specific/scenario.rb', line 2 def steps @steps end |