Parent

Class Index [+]

Quicksearch

AMQ::Protocol::Basic::GetEmpty

Attributes

cluster_id[R]

Public Class Methods

decode(data) click to toggle source

@return

      # File lib/amq/protocol/client.rb, line 1837
1837:         def self.decode(data)
1838:           offset = 0
1839:           length = data[offset, 1].unpack(PACK_CHAR).first
1840:           offset += 1
1841:           cluster_id = data[offset, length]
1842:           offset += length
1843:           self.new(cluster_id)
1844:         end
has_content?() click to toggle source
      # File lib/amq/protocol/client.rb, line 1851
1851:         def self.has_content?
1852:           false
1853:         end
new(cluster_id) click to toggle source
      # File lib/amq/protocol/client.rb, line 1847
1847:         def initialize(cluster_id)
1848:           @cluster_id = cluster_id
1849:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.