Method: AutomationObject::BluePrint::Composite::HookAction#length

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

#lengthInteger

Get length of hook actions

Returns:

  • (Integer)

    length of hook actions



21
22
23
# File 'lib/automation_object/blue_print/composite/hook_action.rb', line 21

def length
  adapter.length
end