Class: Datasets::Wikipedia::Contributor
- Inherits:
-
Struct
- Object
- Struct
- Datasets::Wikipedia::Contributor
- Defined in:
- lib/datasets/wikipedia.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/datasets/wikipedia.rb', line 10 def id @id end |
#user_name ⇒ Object
Returns the value of attribute user_name
10 11 12 |
# File 'lib/datasets/wikipedia.rb', line 10 def user_name @user_name end |