Class: Rspec::Watchdog::Configuration
- Inherits:
-
Object
- Object
- Rspec::Watchdog::Configuration
- Defined in:
- lib/rspec/watchdog.rb
Instance Attribute Summary collapse
-
#fast_specs_threshold ⇒ Object
Returns the value of attribute fast_specs_threshold.
-
#show_logs ⇒ Object
Returns the value of attribute show_logs.
-
#watchdog_api_token ⇒ Object
Returns the value of attribute watchdog_api_token.
-
#watchdog_api_url ⇒ Object
Returns the value of attribute watchdog_api_url.
Instance Attribute Details
#fast_specs_threshold ⇒ Object
Returns the value of attribute fast_specs_threshold.
20 21 22 |
# File 'lib/rspec/watchdog.rb', line 20 def fast_specs_threshold @fast_specs_threshold end |
#show_logs ⇒ Object
Returns the value of attribute show_logs.
20 21 22 |
# File 'lib/rspec/watchdog.rb', line 20 def show_logs @show_logs end |
#watchdog_api_token ⇒ Object
Returns the value of attribute watchdog_api_token.
20 21 22 |
# File 'lib/rspec/watchdog.rb', line 20 def watchdog_api_token @watchdog_api_token end |
#watchdog_api_url ⇒ Object
Returns the value of attribute watchdog_api_url.
20 21 22 |
# File 'lib/rspec/watchdog.rb', line 20 def watchdog_api_url @watchdog_api_url end |