Method: MQTT::Packet::Connect#will_qos

Defined in:
lib/mqtt/packet.rb

#will_qosObject

The QoS level to send the Will message as

[View source]

417
418
419
# File 'lib/mqtt/packet.rb', line 417

def will_qos
  @will_qos
end