Class: Browsable::Drivers::RSpec::Configuration
- Inherits:
-
Object
- Object
- Browsable::Drivers::RSpec::Configuration
- Defined in:
- lib/browsable/drivers/rspec.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.
22 23 24 |
# File 'lib/browsable/drivers/rspec.rb', line 22 def initialize DEFAULTS.each { |key, value| public_send("#{key}=", value) } end |
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled.
20 21 22 |
# File 'lib/browsable/drivers/rspec.rb', line 20 def enabled @enabled end |
#fail_on ⇒ Object
Returns the value of attribute fail_on.
20 21 22 |
# File 'lib/browsable/drivers/rspec.rb', line 20 def fail_on @fail_on end |
#format ⇒ Object
Returns the value of attribute format.
20 21 22 |
# File 'lib/browsable/drivers/rspec.rb', line 20 def format @format end |
#output ⇒ Object
Returns the value of attribute output.
20 21 22 |
# File 'lib/browsable/drivers/rspec.rb', line 20 def output @output end |