Module: DjiMqttConnect::Mixins::FlighttaskProgressCurrentStep

Defined in:
lib/dji_mqtt_connect/mixins/flighttask_progress_current_step.rb

Instance Method Summary collapse

Instance Method Details

#humanized_current_stepObject



6
7
8
# File 'lib/dji_mqtt_connect/mixins/flighttask_progress_current_step.rb', line 6

def humanized_current_step
  I18n.t(current_step, scope: "dji_mqtt_connect.flighttask_progress.current_step", default: current_step.to_s)
end