Class: Gogcom::GameItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/gogcom/game.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avg_ratingObject

Returns the value of attribute avg_rating

Returns:

  • (Object)

    the current value of avg_rating



158
159
160
# File 'lib/gogcom/game.rb', line 158

def avg_rating
  @avg_rating
end

#avg_ratings_countObject

Returns the value of attribute avg_ratings_count

Returns:

  • (Object)

    the current value of avg_ratings_count



158
159
160
# File 'lib/gogcom/game.rb', line 158

def avg_ratings_count
  @avg_ratings_count
end

#bonus_contentObject

Returns the value of attribute bonus_content

Returns:

  • (Object)

    the current value of bonus_content



158
159
160
# File 'lib/gogcom/game.rb', line 158

def bonus_content
  @bonus_content
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



158
159
160
# File 'lib/gogcom/game.rb', line 158

def description
  @description
end

#developerObject

Returns the value of attribute developer

Returns:

  • (Object)

    the current value of developer



158
159
160
# File 'lib/gogcom/game.rb', line 158

def developer
  @developer
end

#download_sizeObject

Returns the value of attribute download_size

Returns:

  • (Object)

    the current value of download_size



158
159
160
# File 'lib/gogcom/game.rb', line 158

def download_size
  @download_size
end

#game_modesObject

Returns the value of attribute game_modes

Returns:

  • (Object)

    the current value of game_modes



158
159
160
# File 'lib/gogcom/game.rb', line 158

def game_modes
  @game_modes
end

#genresObject

Returns the value of attribute genres

Returns:

  • (Object)

    the current value of genres



158
159
160
# File 'lib/gogcom/game.rb', line 158

def genres
  @genres
end

#languagesObject

Returns the value of attribute languages

Returns:

  • (Object)

    the current value of languages



158
159
160
# File 'lib/gogcom/game.rb', line 158

def languages
  @languages
end

#pegi_ageObject

Returns the value of attribute pegi_age

Returns:

  • (Object)

    the current value of pegi_age



158
159
160
# File 'lib/gogcom/game.rb', line 158

def pegi_age
  @pegi_age
end

#platformsObject

Returns the value of attribute platforms

Returns:

  • (Object)

    the current value of platforms



158
159
160
# File 'lib/gogcom/game.rb', line 158

def platforms
  @platforms
end

#priceObject

Returns the value of attribute price

Returns:

  • (Object)

    the current value of price



158
159
160
# File 'lib/gogcom/game.rb', line 158

def price
  @price
end

#publisherObject

Returns the value of attribute publisher

Returns:

  • (Object)

    the current value of publisher



158
159
160
# File 'lib/gogcom/game.rb', line 158

def publisher
  @publisher
end

#release_dateObject

Returns the value of attribute release_date

Returns:

  • (Object)

    the current value of release_date



158
159
160
# File 'lib/gogcom/game.rb', line 158

def release_date
  @release_date
end

#reviewsObject

Returns the value of attribute reviews

Returns:

  • (Object)

    the current value of reviews



158
159
160
# File 'lib/gogcom/game.rb', line 158

def reviews
  @reviews
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



158
159
160
# File 'lib/gogcom/game.rb', line 158

def title
  @title
end