Method: Aws::Templates::Processor::Handler.processor

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

.processorObject

Render accessor

Returns either processor of this handler class or processor of any ancestor.



27
28
29
# File 'lib/aws/templates/processor/handler.rb', line 27

def processor
  @processor || (superclass.processor if superclass < Handler)
end