Class: GoogleCloudEnvSecrets::Configuration
- Inherits:
-
Object
- Object
- GoogleCloudEnvSecrets::Configuration
- Defined in:
- lib/google_cloud_env_secrets/config.rb
Instance Attribute Summary collapse
-
#cache_secrets ⇒ Object
Returns the value of attribute cache_secrets.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#overload ⇒ Object
Returns the value of attribute overload.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
11 12 13 14 |
# File 'lib/google_cloud_env_secrets/config.rb', line 11 def initialize @cache_secrets = true @overload = true end |
Instance Attribute Details
#cache_secrets ⇒ Object
Returns the value of attribute cache_secrets.
7 8 9 |
# File 'lib/google_cloud_env_secrets/config.rb', line 7 def cache_secrets @cache_secrets end |
#credentials ⇒ Object
Returns the value of attribute credentials.
6 7 8 |
# File 'lib/google_cloud_env_secrets/config.rb', line 6 def credentials @credentials end |
#overload ⇒ Object
Returns the value of attribute overload.
9 10 11 |
# File 'lib/google_cloud_env_secrets/config.rb', line 9 def overload @overload end |
#prefix ⇒ Object
Returns the value of attribute prefix.
8 9 10 |
# File 'lib/google_cloud_env_secrets/config.rb', line 8 def prefix @prefix end |
#project ⇒ Object
Returns the value of attribute project.
5 6 7 |
# File 'lib/google_cloud_env_secrets/config.rb', line 5 def project @project end |