Class: Urist::Scenario
- Inherits:
-
Object
- Object
- Urist::Scenario
- Includes:
- UberWaffel
- Defined in:
- lib/urist/scenario.rb
Instance Attribute Summary collapse
-
#information ⇒ Object
Returns the value of attribute information.
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Scenario
constructor
A new instance of Scenario.
Methods included from UberWaffel
Constructor Details
#initialize(options = {}) ⇒ Scenario
Returns a new instance of Scenario.
10 11 12 13 14 |
# File 'lib/urist/scenario.rb', line 10 def initialize ={} @information = [:information] validate! end |
Instance Attribute Details
#information ⇒ Object
Returns the value of attribute information.
3 4 5 |
# File 'lib/urist/scenario.rb', line 3 def information @information end |