Class: RuntimeInspection::RTIManager::BreakPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/rti/manager.rb

Overview

Used to collect data regarding each breakpoint. The state is associated with the appropriate client that is waiting for this breakpoint to be hit.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



35
36
37
# File 'lib/rti/manager.rb', line 35

def id
  @id
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



35
36
37
# File 'lib/rti/manager.rb', line 35

def state
  @state
end