Class: MemoriClient::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/memori_client/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_passwordObject

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_rootObject

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_tenantObject

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_usernameObject

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_rootObject

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