Class: Coelacanth::Extractor::MetadataProbe::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#bylineObject

Returns the value of attribute byline

Returns:

  • (Object)

    the current value of byline



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def 
  @byline
end

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def confidence
  @confidence
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def node
  @node
end

#published_atObject

Returns the value of attribute published_at

Returns:

  • (Object)

    the current value of published_at



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def published_at
  @published_at
end

#source_tagObject

Returns the value of attribute source_tag

Returns:

  • (Object)

    the current value of source_tag



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def source_tag
  @source_tag
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



14
15
16
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14

def title
  @title
end