Class: BruteCLI::REPL::Commands::Entry
- Inherits:
-
Struct
- Object
- Struct
- BruteCLI::REPL::Commands::Entry
- Defined in:
- lib/brute_cli/repl/commands.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
15 16 17 |
# File 'lib/brute_cli/repl/commands.rb', line 15 def description @description end |
#method_name ⇒ Object
Returns the value of attribute method_name
15 16 17 |
# File 'lib/brute_cli/repl/commands.rb', line 15 def method_name @method_name end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/brute_cli/repl/commands.rb', line 15 def name @name end |