Class: Deas::TestRunner::RedirectArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/deas/test_runner.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#halt_argsObject

Returns the value of attribute halt_args

Returns:

  • (Object)

    the current value of halt_args



51
52
53
# File 'lib/deas/test_runner.rb', line 51

def halt_args
  @halt_args
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



51
52
53
# File 'lib/deas/test_runner.rb', line 51

def path
  @path
end

Instance Method Details

#redirect?Boolean

Returns:

  • (Boolean)


52
# File 'lib/deas/test_runner.rb', line 52

def redirect?; true; end