Class: Subtrac::Commands::Create
- Inherits:
-
Object
- Object
- Subtrac::Commands::Create
- Defined in:
- lib/subtrac/commands/create.rb
Instance Method Summary collapse
-
#initialize(args, options) ⇒ Create
constructor
A new instance of Create.
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, ) Subtrac.create_project(.project,.client,.template) end |