Class: Zygote::Web
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Zygote::Web
- Defined in:
- lib/zygote/http.rb
Overview
Main HTTP class, handles routing methods Uses sinatra format (all sinatra docs on routing methods apply)
Class Attribute Summary collapse
-
.cell_config ⇒ Object
Returns the value of attribute cell_config.
-
.views ⇒ Object
Returns the value of attribute views.
Class Attribute Details
.cell_config ⇒ Object
Returns the value of attribute cell_config.
98 99 100 |
# File 'lib/zygote/http.rb', line 98 def cell_config @cell_config end |
.views ⇒ Object
Returns the value of attribute views.
99 100 101 |
# File 'lib/zygote/http.rb', line 99 def views @views end |