Class: Resat::Step

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

Instance Attribute Summary collapse

Instance Attribute Details

#filtersObject

Returns the value of attribute filters.



197
198
199
# File 'lib/scenario_runner.rb', line 197

def filters
  @filters
end

#guardsObject

Returns the value of attribute guards.



197
198
199
# File 'lib/scenario_runner.rb', line 197

def guards
  @guards
end

#handlersObject

Returns the value of attribute handlers.



197
198
199
# File 'lib/scenario_runner.rb', line 197

def handlers
  @handlers
end

#requestObject

Returns the value of attribute request.



197
198
199
# File 'lib/scenario_runner.rb', line 197

def request
  @request
end