Class: Aws::Templates::Help::Provider

Inherits:
Processor::Handler show all
Defined in:
lib/aws/templates/help/provider.rb

Overview

Abstract help provider

Direct Known Subclasses

Aggregate, Rdoc::Provider

Instance Attribute Summary

Attributes inherited from Processor::Handler

#context, #parameters

Instance Method Summary collapse

Methods inherited from Processor::Handler

for_entity, #handler_for, #in_context, #initialize, #processed_for, processor, #processor, register_in

Constructor Details

This class inherits a constructor from Aws::Templates::Processor::Handler

Instance Method Details

#provideObject

Raises:

  • (Templates::Exception::NotImplementedError)


9
10
11
# File 'lib/aws/templates/help/provider.rb', line 9

def provide
  raise Templates::Exception::NotImplementedError.new('The method should be overriden')
end