Class: Gogcom::Review

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



164
165
166
# File 'lib/gogcom/game.rb', line 164

def author
  @author
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



164
165
166
# File 'lib/gogcom/game.rb', line 164

def body
  @body
end

#ratingObject

Returns the value of attribute rating

Returns:

  • (Object)

    the current value of rating



164
165
166
# File 'lib/gogcom/game.rb', line 164

def rating
  @rating
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



164
165
166
# File 'lib/gogcom/game.rb', line 164

def title
  @title
end