Class: LogoutPost

Inherits:
WebPage show all
Defined in:
lib/h2g_ajaxchat.rb

Instance Attribute Summary

Attributes inherited from WebPage

#css, #html, #js

Instance Method Summary collapse

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

#sObject



362
363
364
365
366
# File 'lib/h2g_ajaxchat.rb', line 362

def s()

  @s ||= 'You have successfully logged out'

end