Class: Urist::Scenario

Inherits:
Object
  • Object
show all
Includes:
UberWaffel
Defined in:
lib/urist/scenario.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from UberWaffel

included

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 options={}
  @information = options[:information]

  validate!
end

Instance Attribute Details

#informationObject

Returns the value of attribute information.



3
4
5
# File 'lib/urist/scenario.rb', line 3

def information
  @information
end