Class: Deas::TestRunner::RedirectArgs
- Inherits:
-
Struct
- Object
- Struct
- Deas::TestRunner::RedirectArgs
- Defined in:
- lib/deas/test_runner.rb
Instance Attribute Summary collapse
-
#halt_args ⇒ Object
Returns the value of attribute halt_args.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#halt_args ⇒ Object
Returns the value of attribute halt_args
51 52 53 |
# File 'lib/deas/test_runner.rb', line 51 def halt_args @halt_args end |
#path ⇒ Object
Returns the value of attribute path
51 52 53 |
# File 'lib/deas/test_runner.rb', line 51 def path @path end |
Instance Method Details
#redirect? ⇒ Boolean
52 |
# File 'lib/deas/test_runner.rb', line 52 def redirect?; true; end |