Class: Datasets::Wikipedia::Contributor

Inherits:
Struct
  • Object
show all
Defined in:
lib/datasets/wikipedia.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/datasets/wikipedia.rb', line 10

def id
  @id
end

#user_nameObject

Returns the value of attribute user_name

Returns:

  • (Object)

    the current value of user_name



10
11
12
# File 'lib/datasets/wikipedia.rb', line 10

def user_name
  @user_name
end