Class: Lamma::CLI::Create
- Inherits:
-
Object
- Object
- Lamma::CLI::Create
- Defined in:
- lib/lamma/cli/create.rb
Instance Method Summary collapse
-
#initialize(options, thor) ⇒ Create
constructor
A new instance of Create.
- #run ⇒ Object
Constructor Details
#initialize(options, thor) ⇒ Create
Returns a new instance of Create.
5 6 7 8 9 |
# File 'lib/lamma/cli/create.rb', line 5 def initialize(, thor) @options = @thor = thor @conf_path = [:conf_path] || Lamma::DEFAULT_CONF_PATH end |