Class: CmdParse::Breakpoint
- Inherits:
-
Struct
- Object
- Struct
- CmdParse::Breakpoint
- Defined in:
- app/cmd_parser.rb
Overview
Structure to hold breakpoint information
Instance Attribute Summary collapse
-
#condition ⇒ Object
Returns the value of attribute condition.
-
#negate ⇒ Object
Returns the value of attribute negate.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#condition ⇒ Object
Returns the value of attribute condition
306 307 308 |
# File 'app/cmd_parser.rb', line 306 def condition @condition end |
#negate ⇒ Object
Returns the value of attribute negate
306 307 308 |
# File 'app/cmd_parser.rb', line 306 def negate @negate end |
#position ⇒ Object
Returns the value of attribute position
306 307 308 |
# File 'app/cmd_parser.rb', line 306 def position @position end |