Class: SecretConsole::App::Record
- Inherits:
-
Struct
- Object
- Struct
- SecretConsole::App::Record
- Defined in:
- lib/secret_console/app.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
11 12 13 |
# File 'lib/secret_console/app.rb', line 11 def path @path end |
#value ⇒ Object
Returns the value of attribute value
11 12 13 |
# File 'lib/secret_console/app.rb', line 11 def value @value end |