Class: Browsable::Drivers::Minitest::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/browsable/drivers/minitest.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



21
22
23
# File 'lib/browsable/drivers/minitest.rb', line 21

def initialize
  DEFAULTS.each { |key, value| public_send("#{key}=", value) }
end

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled.



19
20
21
# File 'lib/browsable/drivers/minitest.rb', line 19

def enabled
  @enabled
end

#fail_onObject

Returns the value of attribute fail_on.



19
20
21
# File 'lib/browsable/drivers/minitest.rb', line 19

def fail_on
  @fail_on
end

#formatObject

Returns the value of attribute format.



19
20
21
# File 'lib/browsable/drivers/minitest.rb', line 19

def format
  @format
end

#outputObject

Returns the value of attribute output.



19
20
21
# File 'lib/browsable/drivers/minitest.rb', line 19

def output
  @output
end