Module: AutomationObject::Dsl
- Defined in:
- lib/automation_object/dsl.rb,
lib/automation_object/dsl/top.rb,
lib/automation_object/dsl/_base.rb,
lib/automation_object/dsl/modal.rb,
lib/automation_object/dsl/_error.rb,
lib/automation_object/dsl/_proxy.rb,
lib/automation_object/dsl/screen.rb,
lib/automation_object/dsl/element.rb,
lib/automation_object/dsl/element_hash.rb,
lib/automation_object/dsl/element_array.rb
Overview
Dsl Port
Defined Under Namespace
Modules: Error Classes: Base, Element, ElementArray, ElementArrayProxy, ElementHash, ElementHashProxy, ElementProxy, Modal, ModalProxy, Proxy, Screen, ScreenProxy, Top, TopProxy
Class Method Summary collapse
Class Method Details
.create(blue_prints, state) ⇒ AutomationObject::Dsl::Top
14 15 16 |
# File 'lib/automation_object/dsl.rb', line 14 def create(blue_prints, state) TopProxy.new(blue_prints, state, :top) end |