class MQTT::Packet::Pubcomp

def inspect

Returns a human readable string, summarising the properties of the packet
def inspect
  "\#<#{self.class}: 0x%2.2X>" % id
end