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
8 9 10 |
# File 'lib/localvault/env_projection.rb', line 8 def env_name @env_name end |
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/localvault/env_projection.rb', line 8 def key @key end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/localvault/env_projection.rb', line 8 def value @value end |