module AutomationObject::Dsl
Dsl
Port
Public Instance Methods
create(blue_prints, state)
click to toggle source
@param blue_prints [AutomationObject::BluePrint::Composite::Top] top blue print @param state [AutomationObject::State::Top] top state @return [AutomationObject::Dsl::Top]
# File lib/automation_object/dsl.rb, line 14 def create(blue_prints, state) TopProxy.new(blue_prints, state, :top) end