Class: WebPage
- Inherits:
-
Object
- Object
- WebPage
- Defined in:
- lib/h2g_ajaxchat.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ WebPage
constructor
A new instance of WebPage.
- #to_css ⇒ Object
- #to_html ⇒ Object
- #to_js ⇒ Object
- #to_s ⇒ Object
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_css ⇒ Object
131 132 |
# File 'lib/h2g_ajaxchat.rb', line 131 def to_css() end |
#to_html ⇒ Object
134 135 |
# File 'lib/h2g_ajaxchat.rb', line 134 def to_html() end |
#to_js ⇒ Object
137 138 |
# File 'lib/h2g_ajaxchat.rb', line 137 def to_js() end |
#to_s ⇒ Object
140 141 142 |
# File 'lib/h2g_ajaxchat.rb', line 140 def to_s() html_template() end |