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



49
50
51
# File 'lib/deas/test_runner.rb', line 49

def halt_args
  @halt_args
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



49
50
51
# File 'lib/deas/test_runner.rb', line 49

def path
  @path
end

Instance Method Details

#redirect?Boolean

Returns:

  • (Boolean)


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

def redirect?; true; end