Class: Gogcom::Review
- Inherits:
-
Object
- Object
- Gogcom::Review
- Defined in:
- lib/gogcom/review.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.
3 4 5 |
# File 'lib/gogcom/review.rb', line 3 def end |
#body ⇒ Object
Returns the value of attribute body.
3 4 5 |
# File 'lib/gogcom/review.rb', line 3 def body @body end |
#rating ⇒ Object
Returns the value of attribute rating.
3 4 5 |
# File 'lib/gogcom/review.rb', line 3 def end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/gogcom/review.rb', line 3 def title @title end |