Class: DJI::Command::VersionCommand
- Defined in:
- lib/dji/commands/version/version_command.rb
Instance Method Summary collapse
Methods inherited from Base
command_name, inherited, namespace, perform
Instance Method Details
#version ⇒ Object
6 7 8 |
# File 'lib/dji/commands/version/version_command.rb', line 6 def version puts "dji #{DJI::VERSION}" end |