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



97
98
99
# File 'lib/deas/test_runner.rb', line 97

def halt_args
  @halt_args
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



97
98
99
# File 'lib/deas/test_runner.rb', line 97

def location
  @location
end

Instance Method Details

#redirect?Boolean

Returns:

  • (Boolean)


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

def redirect?; true; end