Class: SourceMonitor::Scrapers::Parsers::ReadabilityParser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/scrapers/parsers/readability_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



11
12
13
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11

def content
  @content
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



11
12
13
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11

def 
  @metadata
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



11
12
13
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11

def status
  @status
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



11
12
13
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11

def strategy
  @strategy
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'lib/source_monitor/scrapers/parsers/readability_parser.rb', line 11

def title
  @title
end