Class: ZygoteWeb

Inherits:
Genesis::Http::Handler
  • Object
show all
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_configObject



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