Class: SecretConsole::App::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/secret_console/app.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/secret_console/app.rb', line 11

def path
  @path
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/secret_console/app.rb', line 11

def value
  @value
end