Method: AutomationObject::BluePrint::Composite::HookElementRequirements#element_name

Defined in:
lib/automation_object/blue_print/composite/hook_element_requirements.rb

#element_nameSymbol

Get name of the element

Returns:

  • (Symbol)

    name of element



27
28
29
# File 'lib/automation_object/blue_print/composite/hook_element_requirements.rb', line 27

def element_name
  adapter.element_name
end