Class: FidoMetadata::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#cache_backendObject

Returns the value of attribute cache_backend.



21
22
23
# File 'lib/fido_metadata.rb', line 21

def cache_backend
  @cache_backend
end

#metadata_tokenObject

Returns the value of attribute metadata_token.



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

def 
  @metadata_token
end

#race_condition_ttlObject

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