Class: Chaplin
- Inherits:
-
Object
- Object
- Chaplin
- Defined in:
- lib/chaplin.rb,
lib/chaplin/new.rb,
lib/chaplin/parser.rb,
lib/chaplin/server.rb,
lib/chaplin/api_endpoint.rb,
lib/chaplin/parser/pages.rb,
lib/chaplin/parser/config.rb,
lib/chaplin/parser/router.rb,
lib/chaplin/inline_partial.rb,
lib/chaplin/responses/page.rb,
lib/chaplin/parser/redirects.rb,
lib/chaplin/responses/redirect.rb,
lib/chaplin/parser/api_endpoints.rb,
lib/chaplin/parser/declaration_file.rb
Defined Under Namespace
Modules: New, Parser, Responses Classes: ApiEndpoint, InlinePartial, Server
Instance Method Summary collapse
-
#initialize(project_path) ⇒ Chaplin
constructor
A new instance of Chaplin.
- #server ⇒ Object