Class: Contextizer::Providers::BaseProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/contextizer/providers/base_provider.rb

Class Method Summary collapse

Class Method Details

.call(context:, config:) ⇒ Object

Parameters:

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/contextizer/providers/base_provider.rb', line 8

def self.call(context:, config:)
  raise NotImplementedError, "#{self.name} must implement the .call method"
end