Method: AutomationObject::Dsl::ElementProxy#initialize

Defined in:
lib/automation_object/dsl/element.rb

#initialize(blue_prints, state, name) ⇒ ElementProxy

Returns a new instance of ElementProxy.



16
17
18
# File 'lib/automation_object/dsl/element.rb', line 16

def initialize(blue_prints, state, name)
  super Element, blue_prints, state, name
end