Class: GoNative::Commands::Android::Version

Inherits:
Base
  • Object
show all
Includes:
Helpers::GradleVersionReader
Defined in:
lib/gonative/commands/android/version.rb

Instance Method Summary collapse

Methods included from Helpers::GradleVersionReader

#gradle_file, #version

Methods inherited from Base

inherited

Instance Method Details

#callObject



10
11
12
# File 'lib/gonative/commands/android/version.rb', line 10

def call
  Utils::UI.output(version)
end