Class: Coelacanth::Extractor::WeakMlProbe::Result
- Inherits:
-
Struct
- Object
- Struct
- Coelacanth::Extractor::WeakMlProbe::Result
- Defined in:
- lib/coelacanth/extractor/weak_ml_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
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def @byline end |
#confidence ⇒ Object
Returns the value of attribute confidence
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def confidence @confidence end |
#node ⇒ Object
Returns the value of attribute node
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def node @node end |
#published_at ⇒ Object
Returns the value of attribute published_at
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def published_at @published_at end |
#source_tag ⇒ Object
Returns the value of attribute source_tag
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def source_tag @source_tag end |
#title ⇒ Object
Returns the value of attribute title
11 12 13 |
# File 'lib/coelacanth/extractor/weak_ml_probe.rb', line 11 def title @title end |