Class: Html2rss::Selectors::Extractors::Attribute::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/html2rss/selectors/extractors/attribute.rb

Overview

The available options for the attribute extractor.

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



31
32
33
# File 'lib/html2rss/selectors/extractors/attribute.rb', line 31

def attribute
  @attribute
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



31
32
33
# File 'lib/html2rss/selectors/extractors/attribute.rb', line 31

def selector
  @selector
end