Class: Watchdog::Dashboard::Configuration
- Inherits:
-
Object
- Object
- Watchdog::Dashboard::Configuration
- Defined in:
- lib/watchdog/dashboard.rb
Instance Attribute Summary collapse
-
#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
#watchdog_api_token ⇒ Object
Returns the value of attribute watchdog_api_token.
16 17 18 |
# File 'lib/watchdog/dashboard.rb', line 16 def watchdog_api_token @watchdog_api_token end |
#watchdog_api_url ⇒ Object
Returns the value of attribute watchdog_api_url.
16 17 18 |
# File 'lib/watchdog/dashboard.rb', line 16 def watchdog_api_url @watchdog_api_url end |