Class: LocalVault::EnvProjection::Entry
- Inherits:
-
Struct
- Object
- Struct
- LocalVault::EnvProjection::Entry
- Defined in:
- lib/localvault/env_projection.rb
Instance Attribute Summary collapse
-
#env_name ⇒ Object
Returns the value of attribute env_name.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#env_name ⇒ Object
Returns the value of attribute env_name
6 7 8 |
# File 'lib/localvault/env_projection.rb', line 6 def env_name @env_name end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/localvault/env_projection.rb', line 6 def key @key end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/localvault/env_projection.rb', line 6 def value @value end |