Class: Coelacanth::Extractor::MetadataProbe::Result
- Inherits:
-
Struct
- Object
- Struct
- Coelacanth::Extractor::MetadataProbe::Result
- Defined in:
- lib/coelacanth/extractor/metadata_probe.rb
Instance Attribute Summary collapse
-
#byline ⇒ Object
Returns the value of attribute byline.
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#node ⇒ Object
Returns the value of attribute node.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#source_tag ⇒ Object
Returns the value of attribute source_tag.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#byline ⇒ Object
Returns the value of attribute byline
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def @byline end |
#confidence ⇒ Object
Returns the value of attribute confidence
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def confidence @confidence end |
#node ⇒ Object
Returns the value of attribute node
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def node @node end |
#published_at ⇒ Object
Returns the value of attribute published_at
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def published_at @published_at end |
#source_tag ⇒ Object
Returns the value of attribute source_tag
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def source_tag @source_tag end |
#title ⇒ Object
Returns the value of attribute title
14 15 16 |
# File 'lib/coelacanth/extractor/metadata_probe.rb', line 14 def title @title end |