Class: GoogleCloudEnvSecrets::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/google_cloud_env_secrets/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_secretsObject

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

#credentialsObject

Returns the value of attribute credentials.



6
7
8
# File 'lib/google_cloud_env_secrets/config.rb', line 6

def credentials
  @credentials
end

#overloadObject

Returns the value of attribute overload.



9
10
11
# File 'lib/google_cloud_env_secrets/config.rb', line 9

def overload
  @overload
end

#prefixObject

Returns the value of attribute prefix.



8
9
10
# File 'lib/google_cloud_env_secrets/config.rb', line 8

def prefix
  @prefix
end

#projectObject

Returns the value of attribute project.



5
6
7
# File 'lib/google_cloud_env_secrets/config.rb', line 5

def project
  @project
end