Class: RubyApp::Elements::Base::BaseDialog::ShownEvent

Inherits:
RubyApp::Element::Event show all
Defined in:
lib/ruby_app/elements/base/base_dialog.rb

Instance Attribute Summary

Attributes inherited from RubyApp::Element::Event

#now, #source

Instance Method Summary collapse

Methods inherited from RubyApp::Element::Event

#add_class, #alert, #confirm_refresh, #execute, from_hash, #go, #hide, #process!, #refresh, #remove_class, #set_cookie, #show, #to_hash, #today, #update_element, #update_text, #update_value

Methods included from Mixins::TranslateMixin

#localize, #translate

Constructor Details

#initialize(data) ⇒ ShownEvent

Returns a new instance of ShownEvent.



17
18
19
# File 'lib/ruby_app/elements/base/base_dialog.rb', line 17

def initialize(data)
  super(data)
end