Class: GoNative::Plugins::IOS::Version

Inherits:
Object
  • Object
show all
Extended by:
DSL::Serviceable
Includes:
Helpers::SpecReader
Defined in:
lib/gonative/plugins/ios/version.rb

Instance Method Summary collapse

Methods included from Helpers::SpecReader

#spec, #spec_name

Instance Method Details

#callObject



12
13
14
# File 'lib/gonative/plugins/ios/version.rb', line 12

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