Class: WebPage

Inherits:
Object
  • Object
show all
Defined in:
lib/h2g_ajaxchat.rb

Instance Method Summary collapse

Constructor Details

#initialize(h = {}) ⇒ WebPage

Returns a new instance of WebPage.



127
128
129
# File 'lib/h2g_ajaxchat.rb', line 127

def initialize(h={})
  @h = h
end

Instance Method Details

#to_cssObject



131
132
# File 'lib/h2g_ajaxchat.rb', line 131

def to_css()
end

#to_htmlObject



134
135
# File 'lib/h2g_ajaxchat.rb', line 134

def to_html()
end

#to_jsObject



137
138
# File 'lib/h2g_ajaxchat.rb', line 137

def to_js()
end

#to_sObject



140
141
142
# File 'lib/h2g_ajaxchat.rb', line 140

def to_s()
  html_template()
end