Class: Klomp::Frames::Unsubscribe

Inherits:
Frame
  • Object
show all
Defined in:
lib/klomp/frames.rb

Instance Method Summary collapse

Methods inherited from Frame

#[], #[]=, #body, #body=, #dump_headers, #headers, #name, #to_s

Constructor Details

#initialize(queue) ⇒ Unsubscribe

Returns a new instance of Unsubscribe.



102
103
104
# File 'lib/klomp/frames.rb', line 102

def initialize(queue)
  headers['id'] = queue
end