Class: RubyApp::Elements::Base::BasePage::UnloadedEvent

Inherits:
RubyApp::Element::Event show all
Defined in:
lib/ruby_app/elements/base/base_page.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) ⇒ UnloadedEvent

Returns a new instance of UnloadedEvent.



34
35
36
# File 'lib/ruby_app/elements/base/base_page.rb', line 34

def initialize(data)
  super(data)
end