Class: GoNative::Commands::IOS::SetMarketingVersion

Inherits:
Base
  • Object
show all
Defined in:
lib/gonative/commands/ios/set_marketing_version.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#call(version:) ⇒ Object



11
12
13
# File 'lib/gonative/commands/ios/set_marketing_version.rb', line 11

def call(version:, **)
  Plugins::IOS::SetMarketingVersion.call(version)
end