Class: AMQ::Protocol::Connection::UpdateSecretOk
- Defined in:
- lib/amq/protocol/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ UpdateSecretOk
constructor
A new instance of UpdateSecretOk.
Methods inherited from Method
encode_body, index, inherited, instantiate, method_id, methods, name, split_headers
Constructor Details
#initialize ⇒ UpdateSecretOk
Returns a new instance of UpdateSecretOk.
634 635 |
# File 'lib/amq/protocol/client.rb', line 634 def initialize() end |
Class Method Details
.decode(data) ⇒ Object
629 630 631 632 |
# File 'lib/amq/protocol/client.rb', line 629 def self.decode(data) offset = offset = 0 # self-assigning offset to eliminate "assigned but unused variable" warning even if offset is not used in this method self.new() end |
.encode ⇒ Object
[]
643 644 645 646 647 |
# File 'lib/amq/protocol/client.rb', line 643 def self.encode() channel = 0 buffer = @packed_indexes.dup MethodFrame.new(buffer, channel) end |
.has_content? ⇒ Boolean
637 638 639 |
# File 'lib/amq/protocol/client.rb', line 637 def self.has_content? false end |