Class: Gogcom::Review

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/gogcom/review.rb', line 3

def author
  @author
end

#bodyObject

Returns the value of attribute body.



3
4
5
# File 'lib/gogcom/review.rb', line 3

def body
  @body
end

#ratingObject

Returns the value of attribute rating.



3
4
5
# File 'lib/gogcom/review.rb', line 3

def rating
  @rating
end

#titleObject

Returns the value of attribute title.



3
4
5
# File 'lib/gogcom/review.rb', line 3

def title
  @title
end