Class: Browsable::Drivers::Minitest::Configuration
- Inherits:
-
Object
- Object
- Browsable::Drivers::Minitest::Configuration
- Defined in:
- lib/browsable/drivers/minitest.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#fail_on ⇒ Object
Returns the value of attribute fail_on.
-
#format ⇒ Object
Returns the value of attribute format.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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
#enabled ⇒ Object
Returns the value of attribute enabled.
19 20 21 |
# File 'lib/browsable/drivers/minitest.rb', line 19 def enabled @enabled end |
#fail_on ⇒ Object
Returns the value of attribute fail_on.
19 20 21 |
# File 'lib/browsable/drivers/minitest.rb', line 19 def fail_on @fail_on end |
#format ⇒ Object
Returns the value of attribute format.
19 20 21 |
# File 'lib/browsable/drivers/minitest.rb', line 19 def format @format end |
#output ⇒ Object
Returns the value of attribute output.
19 20 21 |
# File 'lib/browsable/drivers/minitest.rb', line 19 def output @output end |