Method: Html2rss::ItemExtractors::Static#get

Defined in:
lib/html2rss/item_extractors/static.rb

#getString, Symbol

Retrieves and returns the static value.

Returns:

  • (String, Symbol)

    The static value provided in options.

[View source]

34
35
36
# File 'lib/html2rss/item_extractors/static.rb', line 34

def get
  @options.static
end