Class: RubyApp::Elements::Base::BaseDialog::HiddenEvent

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

#source

Instance Method Summary collapse

Methods inherited from RubyApp::Element::Event

#alert, #execute, from_hash, #go, #hide, #process!, #refresh, #show, #to_hash, #update_element, #update_text, #update_value

Constructor Details

#initialize(data) ⇒ HiddenEvent

Returns a new instance of HiddenEvent.



25
26
27
# File 'lib/ruby_app/elements/base/base_dialog.rb', line 25

def initialize(data)
  super(data)
end