Class: SourceMonitor::Scrapers::Base::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



25
26
27
# File 'lib/source_monitor/scrapers/base.rb', line 25

def content
  @content
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



25
26
27
# File 'lib/source_monitor/scrapers/base.rb', line 25

def html
  @html
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



25
26
27
# File 'lib/source_monitor/scrapers/base.rb', line 25

def 
  @metadata
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



25
26
27
# File 'lib/source_monitor/scrapers/base.rb', line 25

def status
  @status
end