Method: Aws::Templates::Processor::Handler#handler_for

Defined in:
lib/aws/templates/processor/handler.rb

#handler_for(entity) ⇒ Object

Get handler for the entity

Returns registered handler for the entity



98
99
100
# File 'lib/aws/templates/processor/handler.rb', line 98

def handler_for(entity)
  processor.handler_for(entity)
end