Class: ParallelWork::Message::Quit
- Inherits:
-
ParallelWork::Message
- Object
- ParallelWork::Message
- ParallelWork::Message::Quit
- Defined in:
- lib/parallel_work/message/quit.rb
Instance Method Summary collapse
Methods inherited from ParallelWork::Message
build, #payload, #payload_length
Instance Method Details
#has_payload? ⇒ Boolean
9 10 11 |
# File 'lib/parallel_work/message/quit.rb', line 9 def has_payload? false end |
#name ⇒ Object
5 6 7 |
# File 'lib/parallel_work/message/quit.rb', line 5 def name "QUIT" end |