Class: LocalVault::CLI::RailsImport::Key
- Inherits:
-
Struct
- Object
- Struct
- LocalVault::CLI::RailsImport::Key
- Defined in:
- lib/localvault/cli/rails_import.rb
Instance Attribute Summary collapse
-
#environment ⇒ Object
Returns the value of attribute environment.
-
#path ⇒ Object
Returns the value of attribute path.
-
#value ⇒ Object
Returns the value of attribute value.
-
#vault_key ⇒ Object
Returns the value of attribute vault_key.
Instance Attribute Details
#environment ⇒ Object
Returns the value of attribute environment
9 10 11 |
# File 'lib/localvault/cli/rails_import.rb', line 9 def environment @environment end |
#path ⇒ Object
Returns the value of attribute path
9 10 11 |
# File 'lib/localvault/cli/rails_import.rb', line 9 def path @path end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/localvault/cli/rails_import.rb', line 9 def value @value end |
#vault_key ⇒ Object
Returns the value of attribute vault_key
9 10 11 |
# File 'lib/localvault/cli/rails_import.rb', line 9 def vault_key @vault_key end |