Class: Stable::Commands::New
- Inherits:
-
Object
- Object
- Stable::Commands::New
- Defined in:
- lib/stable/commands/new.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(name, options) ⇒ New
constructor
A new instance of New.
Constructor Details
#initialize(name, options) ⇒ New
Returns a new instance of New.
6 7 8 9 |
# File 'lib/stable/commands/new.rb', line 6 def initialize(name, ) @name = name = end |
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/stable/commands/new.rb', line 11 def call Services::AppCreator.new(@name, ).call end |