Class: BaseTofu

Inherits:
Tofu::Tofu show all
Defined in:
lib/tofu.rb

Instance Attribute Summary

Attributes inherited from Tofu::Tofu

#session

Instance Method Summary collapse

Methods inherited from Tofu::Tofu

#a_and_update, #action, add_erb, #do_else, #on_update_script, reload_erb, reload_erb1, #send_request, set_erb, #to_div, #to_elem, #to_html, #to_inner_html, #to_span, #tofu_class, #tofu_id, #update_after, #update_js, #update_me

Constructor Details

#initialize(session) ⇒ BaseTofu

Returns a new instance of BaseTofu.



660
661
662
663
# File 'lib/tofu.rb', line 660

def initialize(session)
  super(session)
  @enter = EnterTofu.new(session)
end