Class: Subtrac::Commands::Create

Inherits:
Object
  • Object
show all
Defined in:
lib/subtrac/commands/create.rb

Instance Method Summary collapse

Constructor Details

#initialize(args, options) ⇒ Create

Returns a new instance of Create.


4
5
6
# File 'lib/subtrac/commands/create.rb', line 4

def initialize(args, options)
    Subtrac.create_project(options.project,options.client,options.template)
end