Class: DjiMqttConnect::Thing::Product::FlyToPointProgressEventsMessage
- Inherits:
-
EventsMessage
- Object
- Dry::Struct
- Message
- EventsMessage
- DjiMqttConnect::Thing::Product::FlyToPointProgressEventsMessage
- Defined in:
- lib/dji_mqtt_connect/messages/thing/product/events/fly_to_point_progress.rb
Overview
Instance Method Summary collapse
-
#flight_ids ⇒ Object
All the flight IDs in the message.
Methods inherited from EventsMessage
#humanized_summary, #humanized_summary_interpolation, #need_reply?, #to_s
Methods inherited from Message
current_timestamp, generate_bid, generate_tid, #to_s
Instance Method Details
#flight_ids ⇒ Object
All the flight IDs in the message
36 37 38 |
# File 'lib/dji_mqtt_connect/messages/thing/product/events/fly_to_point_progress.rb', line 36 def flight_ids [] end |