Class: AutomationObject::BluePrint::Composite::AutomaticModalChange
- Inherits:
-
Base
- Object
- Base
- AutomationObject::BluePrint::Composite::AutomaticModalChange
show all
- Defined in:
- lib/automation_object/blue_print/composite/automatic_modal_change.rb
Overview
AutomaticModalChange composite class
Instance Attribute Summary
Attributes inherited from Base
#adapter
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#close ⇒ Boolean
22
23
24
|
# File 'lib/automation_object/blue_print/composite/automatic_modal_change.rb', line 22
def close
adapter.close
end
|
#modal_name ⇒ Symbol?
12
13
14
|
# File 'lib/automation_object/blue_print/composite/automatic_modal_change.rb', line 12
def modal_name
adapter.modal_name
end
|
#number_of_checks ⇒ Integer
17
18
19
|
# File 'lib/automation_object/blue_print/composite/automatic_modal_change.rb', line 17
def number_of_checks
adapter.number_of_checks
end
|