Class: AMQ::Protocol::Connection::UpdateSecretOk
- Inherits:
-
Method
- Object
- Method
- AMQ::Protocol::Connection::UpdateSecretOk
show all
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
Returns a new instance of UpdateSecretOk.
636
637
|
# File 'lib/amq/protocol/client.rb', line 636
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
631
632
633
634
|
# File 'lib/amq/protocol/client.rb', line 631
def self.decode(data)
offset = offset = 0 self.new()
end
|
.encode ⇒ Object
645
646
647
648
649
|
# File 'lib/amq/protocol/client.rb', line 645
def self.encode()
channel = 0
buffer = @packed_indexes.dup
MethodFrame.new(buffer, channel)
end
|
.has_content? ⇒ Boolean
639
640
641
|
# File 'lib/amq/protocol/client.rb', line 639
def self.has_content?
false
end
|