Class: LogoutPost
Instance Attribute Summary
Attributes inherited from WebPage
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LogoutPost
constructor
A new instance of LogoutPost.
- #s ⇒ Object
Methods inherited from WebPage
#to_css, #to_html, #to_js, #to_s
Constructor Details
#initialize(h = {}) ⇒ LogoutPost
Returns a new instance of LogoutPost.
358 359 360 |
# File 'lib/h2g_ajaxchat.rb', line 358 def initialize(h={}) end |
Instance Method Details
#s ⇒ Object
362 363 364 365 366 |
# File 'lib/h2g_ajaxchat.rb', line 362 def s() @s ||= 'You have successfully logged out' end |