Class: Datasets::LivedoorNews::Record
- Inherits:
-
Struct
- Object
- Struct
- Datasets::LivedoorNews::Record
- Defined in:
- lib/datasets/livedoor-news.rb
Instance Attribute Summary collapse
-
#sentence ⇒ Object
Returns the value of attribute sentence.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#sentence ⇒ Object
Returns the value of attribute sentence
7 8 9 |
# File 'lib/datasets/livedoor-news.rb', line 7 def sentence @sentence end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
7 8 9 |
# File 'lib/datasets/livedoor-news.rb', line 7 def @timestamp end |
#url ⇒ Object
Returns the value of attribute url
7 8 9 |
# File 'lib/datasets/livedoor-news.rb', line 7 def url @url end |