Class: Debugger::SetCommand::SubcmdStruct2
- Inherits:
-
Struct
- Object
- Struct
- Debugger::SetCommand::SubcmdStruct2
- Defined in:
- lib/ruby-debug/commands/set.rb
Instance Attribute Summary collapse
-
#is_bool ⇒ Object
Returns the value of attribute is_bool.
-
#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
#is_bool ⇒ Object
Returns the value of attribute is_bool
4 5 6 |
# File 'lib/ruby-debug/commands/set.rb', line 4 def is_bool @is_bool end |
#long_help ⇒ Object
Returns the value of attribute long_help
4 5 6 |
# File 'lib/ruby-debug/commands/set.rb', line 4 def long_help @long_help end |
#min ⇒ Object
Returns the value of attribute min
4 5 6 |
# File 'lib/ruby-debug/commands/set.rb', line 4 def min @min end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/ruby-debug/commands/set.rb', line 4 def name @name end |
#short_help ⇒ Object
Returns the value of attribute short_help
4 5 6 |
# File 'lib/ruby-debug/commands/set.rb', line 4 def short_help @short_help end |