Class: Gogcom::GameItem
- Inherits:
-
Struct
- Object
- Struct
- Gogcom::GameItem
- Defined in:
- lib/gogcom/game.rb
Instance Attribute Summary collapse
-
#avg_rating ⇒ Object
Returns the value of attribute avg_rating.
-
#avg_ratings_count ⇒ Object
Returns the value of attribute avg_ratings_count.
-
#bonus_content ⇒ Object
Returns the value of attribute bonus_content.
-
#description ⇒ Object
Returns the value of attribute description.
-
#developer ⇒ Object
Returns the value of attribute developer.
-
#download_size ⇒ Object
Returns the value of attribute download_size.
-
#game_modes ⇒ Object
Returns the value of attribute game_modes.
-
#genres ⇒ Object
Returns the value of attribute genres.
-
#languages ⇒ Object
Returns the value of attribute languages.
-
#pegi_age ⇒ Object
Returns the value of attribute pegi_age.
-
#platforms ⇒ Object
Returns the value of attribute platforms.
-
#price ⇒ Object
Returns the value of attribute price.
-
#publisher ⇒ Object
Returns the value of attribute publisher.
-
#release_date ⇒ Object
Returns the value of attribute release_date.
-
#reviews ⇒ Object
Returns the value of attribute reviews.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#avg_rating ⇒ Object
Returns the value of attribute avg_rating
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def @avg_rating end |
#avg_ratings_count ⇒ Object
Returns the value of attribute avg_ratings_count
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def @avg_ratings_count end |
#bonus_content ⇒ Object
Returns the value of attribute bonus_content
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def bonus_content @bonus_content end |
#description ⇒ Object
Returns the value of attribute description
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def description @description end |
#developer ⇒ Object
Returns the value of attribute developer
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def developer @developer end |
#download_size ⇒ Object
Returns the value of attribute download_size
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def download_size @download_size end |
#game_modes ⇒ Object
Returns the value of attribute game_modes
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def game_modes @game_modes end |
#genres ⇒ Object
Returns the value of attribute genres
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def genres @genres end |
#languages ⇒ Object
Returns the value of attribute languages
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def languages @languages end |
#pegi_age ⇒ Object
Returns the value of attribute pegi_age
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def pegi_age @pegi_age end |
#platforms ⇒ Object
Returns the value of attribute platforms
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def platforms @platforms end |
#price ⇒ Object
Returns the value of attribute price
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def price @price end |
#publisher ⇒ Object
Returns the value of attribute publisher
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def publisher @publisher end |
#release_date ⇒ Object
Returns the value of attribute release_date
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def release_date @release_date end |
#reviews ⇒ Object
Returns the value of attribute reviews
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def reviews @reviews end |
#title ⇒ Object
Returns the value of attribute title
158 159 160 |
# File 'lib/gogcom/game.rb', line 158 def title @title end |