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.
635
636
|
# File 'lib/amq/protocol/client.rb', line 635
def initialize()
end
|
Class Method Details
.decode(data) ⇒ Object
630
631
632
633
|
# File 'lib/amq/protocol/client.rb', line 630
def self.decode(data)
offset = offset = 0 self.new()
end
|
.encode ⇒ Object
644
645
646
647
648
|
# File 'lib/amq/protocol/client.rb', line 644
def self.encode()
channel = 0
buffer = @packed_indexes.dup
MethodFrame.new(buffer, channel)
end
|
.has_content? ⇒ Boolean
638
639
640
|
# File 'lib/amq/protocol/client.rb', line 638
def self.has_content?
false
end
|