Class: Html2rss::Selectors::Extractors::Static::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/html2rss/selectors/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



20
21
22
# File 'lib/html2rss/selectors/extractors/static.rb', line 20

def static
  @static
end