Method: Html2rss::AttributePostProcessors::Base#get

Defined in:
lib/html2rss/attribute_post_processors/base.rb

#getObject

Abstract method to be implemented by subclasses

Raises:

  • (NotImplementedError)

    if not implemented in subclass



69
70
71
# File 'lib/html2rss/attribute_post_processors/base.rb', line 69

def get
  raise NotImplementedError, 'You must implement the `get` method in the post processor'
end