Class: MemoriClient::Configuration
- Inherits:
-
Object
- Object
- MemoriClient::Configuration
- Defined in:
- lib/memori_client/configuration.rb
Instance Attribute Summary collapse
-
#backend_api_password ⇒ Object
Returns the value of attribute backend_api_password.
-
#backend_api_root ⇒ Object
Returns the value of attribute backend_api_root.
-
#backend_api_tenant ⇒ Object
Returns the value of attribute backend_api_tenant.
-
#backend_api_username ⇒ Object
Returns the value of attribute backend_api_username.
-
#engine_api_root ⇒ Object
Returns the value of attribute engine_api_root.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
Initialize every configuration with a default.
Constructor Details
#initialize ⇒ Configuration
Initialize every configuration with a default. Users of the gem will override these with their desired values
12 13 |
# File 'lib/memori_client/configuration.rb', line 12 def initialize end |
Instance Attribute Details
#backend_api_password ⇒ Object
Returns the value of attribute backend_api_password.
5 6 7 |
# File 'lib/memori_client/configuration.rb', line 5 def backend_api_password @backend_api_password end |
#backend_api_root ⇒ Object
Returns the value of attribute backend_api_root.
3 4 5 |
# File 'lib/memori_client/configuration.rb', line 3 def backend_api_root @backend_api_root end |
#backend_api_tenant ⇒ Object
Returns the value of attribute backend_api_tenant.
6 7 8 |
# File 'lib/memori_client/configuration.rb', line 6 def backend_api_tenant @backend_api_tenant end |
#backend_api_username ⇒ Object
Returns the value of attribute backend_api_username.
4 5 6 |
# File 'lib/memori_client/configuration.rb', line 4 def backend_api_username @backend_api_username end |
#engine_api_root ⇒ Object
Returns the value of attribute engine_api_root.
7 8 9 |
# File 'lib/memori_client/configuration.rb', line 7 def engine_api_root @engine_api_root end |