Class: ZygoteWeb
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- ZygoteWeb
- Defined in:
- lib/zygote/http.rb
Overview
Main HTTP class, handles routing methods Uses sinatra format (all sinatra docs on routing methods apply)
Class Method Summary collapse
Class Method Details
.cell_config ⇒ Object
96 97 98 |
# File 'lib/zygote/http.rb', line 96 def self::cell_config @@cell_config end |
.cell_config=(value) ⇒ Object
100 101 102 |
# File 'lib/zygote/http.rb', line 100 def self::cell_config=(value) @@cell_config = value end |
.views ⇒ Object
104 105 106 |
# File 'lib/zygote/http.rb', line 104 def self::views @@views end |
.views=(value) ⇒ Object
108 109 110 |
# File 'lib/zygote/http.rb', line 108 def self::views=(value) @@views = value end |