Class: Debugger::Command::SubcmdStruct
- Inherits:
-
Struct
- Object
- Struct
- Debugger::Command::SubcmdStruct
- Defined in:
- lib/ruby-debug/command.rb
Instance Attribute Summary collapse
-
#long_help ⇒ Object
Returns the value of attribute long_help.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short_help ⇒ Object
Returns the value of attribute short_help.
Instance Attribute Details
#long_help ⇒ Object
Returns the value of attribute long_help
9 10 11 |
# File 'lib/ruby-debug/command.rb', line 9 def long_help @long_help end |
#min ⇒ Object
Returns the value of attribute min
9 10 11 |
# File 'lib/ruby-debug/command.rb', line 9 def min @min end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ruby-debug/command.rb', line 9 def name @name end |
#short_help ⇒ Object
Returns the value of attribute short_help
9 10 11 |
# File 'lib/ruby-debug/command.rb', line 9 def short_help @short_help end |