Class: Byebug::SetCommand::Subcmd2
- Inherits:
-
Struct
- Object
- Struct
- Byebug::SetCommand::Subcmd2
- Defined in:
- lib/byebug/commands/set.rb
Instance Attribute Summary collapse
-
#help ⇒ Object
Returns the value of attribute help.
-
#is_bool ⇒ Object
Returns the value of attribute is_bool.
-
#min ⇒ Object
Returns the value of attribute min.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#help ⇒ Object
Returns the value of attribute help
58 59 60 |
# File 'lib/byebug/commands/set.rb', line 58 def help @help end |
#is_bool ⇒ Object
Returns the value of attribute is_bool
58 59 60 |
# File 'lib/byebug/commands/set.rb', line 58 def is_bool @is_bool end |
#min ⇒ Object
Returns the value of attribute min
58 59 60 |
# File 'lib/byebug/commands/set.rb', line 58 def min @min end |
#name ⇒ Object
Returns the value of attribute name
58 59 60 |
# File 'lib/byebug/commands/set.rb', line 58 def name @name end |