Class: Luo::ProjectInit

Inherits:
Object
  • Object
show all
Defined in:
lib/luo/project_init.rb

Instance Method Summary collapse

Constructor Details

#initialize(app_type: "notebook") ⇒ ProjectInit

Returns a new instance of ProjectInit.



5
6
7
# File 'lib/luo/project_init.rb', line 5

def initialize(app_type: "notebook")
  @app_type = app_type
end