Class: Datasets::Wikipedia::Revision
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Wikipedia::Revision
- Defined in:
- lib/datasets/wikipedia.rb
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#contributor ⇒ Object
Returns the value of attribute contributor.
-
#format ⇒ Object
Returns the value of attribute format.
-
#id ⇒ Object
Returns the value of attribute id.
-
#minor ⇒ Object
Returns the value of attribute minor.
-
#model ⇒ Object
Returns the value of attribute model.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
-
#text ⇒ Object
Returns the value of attribute text.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#comment ⇒ Object
Returns the value of attribute comment
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def comment @comment end |
#contributor ⇒ Object
Returns the value of attribute contributor
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def contributor @contributor end |
#format ⇒ Object
Returns the value of attribute format
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def format @format end |
#id ⇒ Object
Returns the value of attribute id
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def id @id end |
#minor ⇒ Object
Returns the value of attribute minor
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def minor @minor end |
#model ⇒ Object
Returns the value of attribute model
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def model @model end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def parent_id @parent_id end |
#sha1 ⇒ Object
Returns the value of attribute sha1
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def sha1 @sha1 end |
#text ⇒ Object
Returns the value of attribute text
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def text @text end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
12 13 14 |
# File 'lib/datasets/wikipedia.rb', line 12 def @timestamp end |