Class: Resat::Step
- Inherits:
-
Object
- Object
- Resat::Step
- Includes:
- Kwalify::Util::HashLike
- Defined in:
- lib/scenario_runner.rb
Instance Attribute Summary collapse
-
#filters ⇒ Object
Returns the value of attribute filters.
-
#guards ⇒ Object
Returns the value of attribute guards.
-
#handlers ⇒ Object
Returns the value of attribute handlers.
-
#request ⇒ Object
Returns the value of attribute request.
Instance Attribute Details
#filters ⇒ Object
Returns the value of attribute filters.
197 198 199 |
# File 'lib/scenario_runner.rb', line 197 def filters @filters end |
#guards ⇒ Object
Returns the value of attribute guards.
197 198 199 |
# File 'lib/scenario_runner.rb', line 197 def guards @guards end |
#handlers ⇒ Object
Returns the value of attribute handlers.
197 198 199 |
# File 'lib/scenario_runner.rb', line 197 def handlers @handlers end |
#request ⇒ Object
Returns the value of attribute request.
197 198 199 |
# File 'lib/scenario_runner.rb', line 197 def request @request end |