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



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

def halt_args
  @halt_args
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

Instance Method Details

#redirect?Boolean

Returns:

  • (Boolean)


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

def redirect?; true; end