Class: FirebaseTokenAuthentication::Configuration
- Inherits:
-
Object
- Object
- FirebaseTokenAuthentication::Configuration
- Defined in:
- lib/firebase_token_authentication/configuration.rb
Instance Attribute Summary collapse
-
#cache_store ⇒ Object
Returns the value of attribute cache_store.
-
#firebase_project_id ⇒ Object
Returns the value of attribute firebase_project_id.
-
#logger ⇒ Object
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 11 |
# File 'lib/firebase_token_authentication/configuration.rb', line 7 def initialize @cache_store = nil @firebase_project_id = nil @logger = nil end |
Instance Attribute Details
#cache_store ⇒ Object
Returns the value of attribute cache_store.
5 6 7 |
# File 'lib/firebase_token_authentication/configuration.rb', line 5 def cache_store @cache_store end |
#firebase_project_id ⇒ Object
Returns the value of attribute firebase_project_id.
5 6 7 |
# File 'lib/firebase_token_authentication/configuration.rb', line 5 def firebase_project_id @firebase_project_id end |
#logger ⇒ Object
Returns the value of attribute logger.
5 6 7 |
# File 'lib/firebase_token_authentication/configuration.rb', line 5 def logger @logger end |