Class: Resat::Scenario

Inherits:
Object
  • Object
show all
Includes:
Kwalify::Util::HashLike
Defined in:
lib/scenario_runner.rb

Overview

Classes automatically hydrated with Kwalify from YAML definition

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config.



191
192
193
# File 'lib/scenario_runner.rb', line 191

def config
  @config
end

#includesObject

Returns the value of attribute includes.



191
192
193
# File 'lib/scenario_runner.rb', line 191

def includes
  @includes
end

#nameObject

Returns the value of attribute name.



191
192
193
# File 'lib/scenario_runner.rb', line 191

def name
  @name
end

#stepsObject

Returns the value of attribute steps.



191
192
193
# File 'lib/scenario_runner.rb', line 191

def steps
  @steps
end

Instance Method Details

#ignoreObject



192
# File 'lib/scenario_runner.rb', line 192

def ignore; @ignore || false; end