Class: BruteCLI::REPL::Commands::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/brute_cli/repl/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



15
16
17
# File 'lib/brute_cli/repl/commands.rb', line 15

def description
  @description
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



15
16
17
# File 'lib/brute_cli/repl/commands.rb', line 15

def method_name
  @method_name
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/brute_cli/repl/commands.rb', line 15

def name
  @name
end