class MQTTUtils::RouteInfo
- MQTTUtils::RouteInfo
- Reference
- Object
Defined in:
mqtt_utils/route_info.crConstructors
Class Method Summary
Instance Method Summary
- #device_key : String
- #device_key=(device_key : String)
- #direction : String
- #direction=(direction : String)
- #gateway_key : String
- #gateway_key=(gateway_key : String)
- #message_type : String
- #message_type=(message_type : String)
- #method : String
- #method=(method : String)
- #reference : String
- #reference=(reference : String)
Constructor Detail
def self.new(direction : String, message_type : String, method : String, gateway_key : String = "", device_key : String = "", reference : String = "")
#