Class: LocalVault::EnvProjection::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/localvault/env_projection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#env_nameObject

Returns the value of attribute env_name

Returns:

  • (Object)

    the current value of env_name



6
7
8
# File 'lib/localvault/env_projection.rb', line 6

def env_name
  @env_name
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



6
7
8
# File 'lib/localvault/env_projection.rb', line 6

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/localvault/env_projection.rb', line 6

def value
  @value
end