Class: SinStruct::Base

Inherits:
Object
  • Object
show all
Includes:
FileContents, FileContents::Sinatra
Defined in:
lib/prestruct/sinstruct.rb

Direct Known Subclasses

Mvc

Instance Method Summary collapse

Methods included from FileContents::Sinatra

config, controller, gemfile, helpers, layout, model, spec, view

Methods included from FileContents

css, readme

Constructor Details

#initialize(project_name) ⇒ Base

Considering making entire class class methods



10
11
12
13
# File 'lib/prestruct/sinstruct.rb', line 10

def initialize(project_name)
  @project_name = project_name
  construct
end