Class: LiveEnsure::Configure::ClassMethods::Configuration
- Inherits:
-
Object
- Object
- LiveEnsure::Configure::ClassMethods::Configuration
- Defined in:
- lib/live_ensure/configure.rb
Instance Attribute Summary collapse
-
#api_agent_id ⇒ Object
Returns the value of attribute api_agent_id.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_password ⇒ Object
Returns the value of attribute api_password.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
Instance Attribute Details
#api_agent_id ⇒ Object
Returns the value of attribute api_agent_id.
19 20 21 |
# File 'lib/live_ensure/configure.rb', line 19 def api_agent_id @api_agent_id end |
#api_key ⇒ Object
Returns the value of attribute api_key.
17 18 19 |
# File 'lib/live_ensure/configure.rb', line 17 def api_key @api_key end |
#api_password ⇒ Object
Returns the value of attribute api_password.
18 19 20 |
# File 'lib/live_ensure/configure.rb', line 18 def api_password @api_password end |
#enabled ⇒ Object
Returns the value of attribute enabled.
20 21 22 |
# File 'lib/live_ensure/configure.rb', line 20 def enabled @enabled end |