Class: PansophyAuthenticator::Configuration::Configurator

Inherits:
Object
  • Object
show all
Defined in:
lib/pansophy_authenticator/configuration/configurator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#applicationObject

Returns the value of attribute application.



4
5
6
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 4

def application
  @application
end

#bucket_nameObject

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_storeObject



11
12
13
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 11

def cache_store
  @cache_store ||= CacheStores::Memory.new
end

#configuration_pathObject

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_pathObject

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

#localObject

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

#configurationObject



7
8
9
# File 'lib/pansophy_authenticator/configuration/configurator.rb', line 7

def configuration
  build_configuration
end