Class: SDN::CLI::MQTT::MessageAndRetries
- Inherits:
-
Struct
- Object
- Struct
- SDN::CLI::MQTT::MessageAndRetries
- Defined in:
- lib/sdn/cli/mqtt.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#priority ⇒ Object
Returns the value of attribute priority.
-
#remaining_retries ⇒ Object
Returns the value of attribute remaining_retries.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
17 18 19 |
# File 'lib/sdn/cli/mqtt.rb', line 17 def end |
#priority ⇒ Object
Returns the value of attribute priority
17 18 19 |
# File 'lib/sdn/cli/mqtt.rb', line 17 def priority @priority end |
#remaining_retries ⇒ Object
Returns the value of attribute remaining_retries
17 18 19 |
# File 'lib/sdn/cli/mqtt.rb', line 17 def remaining_retries @remaining_retries end |