Class: FidoMetadata::Configuration
- Inherits:
-
Object
- Object
- FidoMetadata::Configuration
- Defined in:
- lib/fido_metadata.rb
Instance Attribute Summary collapse
-
#cache_backend ⇒ Object
Returns the value of attribute cache_backend.
-
#metadata_token ⇒ Object
Returns the value of attribute metadata_token.
-
#race_condition_ttl ⇒ Object
Returns the value of attribute race_condition_ttl.
Instance Attribute Details
#cache_backend ⇒ Object
Returns the value of attribute cache_backend.
21 22 23 |
# File 'lib/fido_metadata.rb', line 21 def cache_backend @cache_backend end |
#metadata_token ⇒ Object
Returns the value of attribute metadata_token.
20 21 22 |
# File 'lib/fido_metadata.rb', line 20 def @metadata_token end |
#race_condition_ttl ⇒ Object
Returns the value of attribute race_condition_ttl.
22 23 24 |
# File 'lib/fido_metadata.rb', line 22 def race_condition_ttl @race_condition_ttl end |