Class: Html2rss::ItemExtractors::Static::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/html2rss/item_extractors/static.rb

Overview

The available option for the static extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#staticObject

Returns the value of attribute static

Returns:

  • (Object)

    the current value of static



19
20
21
# File 'lib/html2rss/item_extractors/static.rb', line 19

def static
  @static
end