Class: Datasets::LivedoorNews::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/datasets/livedoor-news.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sentenceObject

Returns the value of attribute sentence

Returns:

  • (Object)

    the current value of sentence



7
8
9
# File 'lib/datasets/livedoor-news.rb', line 7

def sentence
  @sentence
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



7
8
9
# File 'lib/datasets/livedoor-news.rb', line 7

def timestamp
  @timestamp
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



7
8
9
# File 'lib/datasets/livedoor-news.rb', line 7

def url
  @url
end