Class: GoNative::Commands::Android::Create
- Defined in:
- lib/gonative/commands/android/create.rb
Instance Method Summary collapse
Methods inherited from Base
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 |