Class: Coelacanth::Extractor::PipelineResult
- Inherits:
-
Struct
- Object
- Struct
- Coelacanth::Extractor::PipelineResult
- Defined in:
- lib/coelacanth/extractor.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
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def @byline end |
#confidence ⇒ Object
Returns the value of attribute confidence
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def confidence @confidence end |
#node ⇒ Object
Returns the value of attribute node
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def node @node end |
#published_at ⇒ Object
Returns the value of attribute published_at
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def published_at @published_at end |
#source_tag ⇒ Object
Returns the value of attribute source_tag
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def source_tag @source_tag end |
#title ⇒ Object
Returns the value of attribute title
19 20 21 |
# File 'lib/coelacanth/extractor.rb', line 19 def title @title end |