Class: ContextDataProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/context_data_provider.rb

Instance Method Summary collapse

Instance Method Details

#context_dataObject

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/context_data_provider.rb', line 5

def context_data
  raise NotImplementedError.new("You must implement context_data method.")
end