Class: Coelacanth::Extractor::HeuristicProbe::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/coelacanth/extractor/heuristic_probe.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bylineObject

Returns the value of attribute byline

Returns:

  • (Object)

    the current value of byline



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def 
  @byline
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def confidence
  @confidence
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def node
  @node
end

#published_atObject

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def published_at
  @published_at
end

#source_tagObject

Returns the value of attribute source_tag

Returns:

  • (Object)

    the current value of source_tag



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def source_tag
  @source_tag
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



11
12
13
# File 'lib/coelacanth/extractor/heuristic_probe.rb', line 11

def title
  @title
end