Class: Gogcom::Review
- Inherits:
-
Struct
- Object
- Struct
- Gogcom::Review
- Defined in:
- lib/gogcom/game.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#body ⇒ Object
Returns the value of attribute body.
-
#rating ⇒ Object
Returns the value of attribute rating.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
164 165 166 |
# File 'lib/gogcom/game.rb', line 164 def @author end |
#body ⇒ Object
Returns the value of attribute body
164 165 166 |
# File 'lib/gogcom/game.rb', line 164 def body @body end |
#rating ⇒ Object
Returns the value of attribute rating
164 165 166 |
# File 'lib/gogcom/game.rb', line 164 def @rating end |
#title ⇒ Object
Returns the value of attribute title
164 165 166 |
# File 'lib/gogcom/game.rb', line 164 def title @title end |