Class: DJI::Command::VersionCommand

Inherits:
Base
  • Object
show all
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

#versionObject



6
7
8
# File 'lib/dji/commands/version/version_command.rb', line 6

def version
  puts "dji #{DJI::VERSION}"
end