Class: Pandora::Client::Main

Inherits:
Thor
  • Object
show all
Defined in:
lib/pandora/client/main.rb

Instance Method Summary collapse

Instance Method Details

#create(name, organization) ⇒ Object



9
10
11
# File 'lib/pandora/client/main.rb', line 9

def create(name, organization)
  Pandora::Commands::Create.new(Dir.pwd, name, organization).execute
end