Class: TenantRealm::Configuration::Cache
- Inherits:
-
Object
- Object
- TenantRealm::Configuration::Cache
- Defined in:
- lib/tenant_realm/configuration/cache.rb
Class Attribute Summary collapse
-
.expires_in ⇒ Object
Returns the value of attribute expires_in.
-
.service ⇒ Object
Returns the value of attribute service.
-
.tenant_keys_resolver ⇒ Object
Returns the value of attribute tenant_keys_resolver.
-
.tenant_uniq_cols ⇒ Object
Returns the value of attribute tenant_uniq_cols.
Class Attribute Details
.expires_in ⇒ Object
Returns the value of attribute expires_in.
7 8 9 |
# File 'lib/tenant_realm/configuration/cache.rb', line 7 def expires_in @expires_in end |
.service ⇒ Object
Returns the value of attribute service.
7 8 9 |
# File 'lib/tenant_realm/configuration/cache.rb', line 7 def service @service end |
.tenant_keys_resolver ⇒ Object
Returns the value of attribute tenant_keys_resolver.
7 8 9 |
# File 'lib/tenant_realm/configuration/cache.rb', line 7 def tenant_keys_resolver @tenant_keys_resolver end |
.tenant_uniq_cols ⇒ Object
Returns the value of attribute tenant_uniq_cols.
7 8 9 |
# File 'lib/tenant_realm/configuration/cache.rb', line 7 def tenant_uniq_cols @tenant_uniq_cols end |