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.
-
#force ⇒ Object
Returns the value of attribute force.
-
#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.
9 10 11 12 |
# File 'lib/google_cloud_env_secrets/config.rb', line 9 def initialize @cache_secrets = true @force = true end |
Instance Attribute Details
#cache_secrets ⇒ Object
Returns the value of attribute cache_secrets.
5 6 7 |
# File 'lib/google_cloud_env_secrets/config.rb', line 5 def cache_secrets @cache_secrets end |
#credentials ⇒ Object
Returns the value of attribute credentials.
4 5 6 |
# File 'lib/google_cloud_env_secrets/config.rb', line 4 def credentials @credentials end |
#force ⇒ Object
Returns the value of attribute force.
7 8 9 |
# File 'lib/google_cloud_env_secrets/config.rb', line 7 def force @force end |
#prefix ⇒ Object
Returns the value of attribute prefix.
6 7 8 |
# File 'lib/google_cloud_env_secrets/config.rb', line 6 def prefix @prefix end |
#project ⇒ Object
Returns the value of attribute project.
3 4 5 |
# File 'lib/google_cloud_env_secrets/config.rb', line 3 def project @project end |