Class: Dotenv::SecretsManager::Resolver::Failure

Inherits:
Struct
  • Object
show all
Defined in:
lib/dotenv/secretsmanager/resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#env_keyObject

Returns the value of attribute env_key

Returns:

  • (Object)

    the current value of env_key



8
9
10
# File 'lib/dotenv/secretsmanager/resolver.rb', line 8

def env_key
  @env_key
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



8
9
10
# File 'lib/dotenv/secretsmanager/resolver.rb', line 8

def reason
  @reason
end

#referenceObject

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



8
9
10
# File 'lib/dotenv/secretsmanager/resolver.rb', line 8

def reference
  @reference
end