Class: PansophyAuthenticator::Configuration::Configurator
- Inherits:
-
Object
- Object
- PansophyAuthenticator::Configuration::Configurator
- Defined in:
- lib/pansophy_authenticator/configuration/configurator.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#bucket_name ⇒ Object
Returns the value of attribute bucket_name.
- #cache_store ⇒ Object
-
#configuration_path ⇒ Object
Returns the value of attribute configuration_path.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#local ⇒ Object
Returns the value of attribute local.
Instance Method Summary collapse
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
4 5 6 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4 def application @application end |
#bucket_name ⇒ Object
Returns the value of attribute bucket_name.
4 5 6 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4 def bucket_name @bucket_name end |
#cache_store ⇒ Object
11 12 13 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 11 def cache_store @cache_store ||= CacheStores::Memory.new end |
#configuration_path ⇒ Object
Returns the value of attribute configuration_path.
4 5 6 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4 def configuration_path @configuration_path end |
#file_path ⇒ Object
Returns the value of attribute file_path.
4 5 6 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4 def file_path @file_path end |
#local ⇒ Object
Returns the value of attribute local.
4 5 6 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4 def local @local end |
Instance Method Details
#configuration ⇒ Object
7 8 9 |
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 7 def configuration build_configuration end |