Class: AutomationObject::State::AutomaticModalChange
- Defined in:
- lib/automation_object/state/automatic_modal_change.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Composite
#children, #location, #name, #parent
Instance Method Summary collapse
Methods inherited from Base
#get_child, #get_children, #initialize, #screen, #top
Methods inherited from Composite
#add_has_many_relationships, #add_has_one_relationships, #get_child, #get_children, has_many, has_many_relationships, has_one, has_one_relationships, #initialize, #top
Methods included from Reflection
Methods included from CompositeHook
#after_create_run, #before_create_run, included
Constructor Details
This class inherits a constructor from AutomationObject::State::Base
Instance Method Details
#activate ⇒ Object
8 |
# File 'lib/automation_object/state/automatic_modal_change.rb', line 8 def activate; end |
#deactivate ⇒ Object
10 |
# File 'lib/automation_object/state/automatic_modal_change.rb', line 10 def deactivate; end |