Class: Oktest::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/oktest.rb

Class Attribute Summary collapse

Class Attribute Details

.auto_runObject

Returns the value of attribute auto_run.



2318
2319
2320
# File 'lib/oktest.rb', line 2318

def auto_run
  @auto_run
end

.color_availableObject

Returns the value of attribute color_available.



2318
2319
2320
# File 'lib/oktest.rb', line 2318

def color_available
  @color_available
end

.color_enabledObject

Returns the value of attribute color_enabled.



2318
2319
2320
# File 'lib/oktest.rb', line 2318

def color_enabled
  @color_enabled
end

.ok_locationObject

Returns the value of attribute ok_location.



2318
2319
2320
# File 'lib/oktest.rb', line 2318

def ok_location
  @ok_location
end