Class: LiveEnsure::Configure::ClassMethods::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/live_ensure/configure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_agent_idObject

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_keyObject

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_passwordObject

Returns the value of attribute api_password.



18
19
20
# File 'lib/live_ensure/configure.rb', line 18

def api_password
  @api_password
end

#enabledObject

Returns the value of attribute enabled.



20
21
22
# File 'lib/live_ensure/configure.rb', line 20

def enabled
  @enabled
end