Class: Twib::Switch::Debug::Event::ExitThread
- Defined in:
- lib/twib/switch/debug.rb
Constant Summary collapse
- TYPE =
3
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from Event
Instance Method Summary collapse
Methods inherited from Event
Constructor Details
This class inherits a constructor from Twib::Switch::Debug::Event::Event
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type.
73 74 75 |
# File 'lib/twib/switch/debug.rb', line 73 def type @type end |
Instance Method Details
#event_type ⇒ Object
70 71 72 |
# File 'lib/twib/switch/debug.rb', line 70 def event_type :exit_thread end |
#unpack_specific(pack) ⇒ Object
67 68 69 |
# File 'lib/twib/switch/debug.rb', line 67 def unpack_specific(pack) @type = pack.unpack("L<") end |