Class: GoNative::Commands::Android::Create

Inherits:
Base
  • Object
show all
Defined in:
lib/gonative/commands/android/create.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#call(name:) ⇒ Object



11
12
13
# File 'lib/gonative/commands/android/create.rb', line 11

def call(name:, **)
  Plugins::Android::Create.call(name)
end