Class: Rspec::Watchdog::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#fast_specs_thresholdObject

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_logsObject

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_tokenObject

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_urlObject

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