Class: Uber::Delivery::Rating
- Defined in:
- lib/uber/models/delivery/rating.rb
Instance Attribute Summary collapse
-
#comments ⇒ Object
Returns the value of attribute comments.
-
#rating_type ⇒ Object
Returns the value of attribute rating_type.
-
#rating_value ⇒ Object
Returns the value of attribute rating_value.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#waypoint ⇒ Object
Returns the value of attribute waypoint.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#comments ⇒ Object
Returns the value of attribute comments.
4 5 6 |
# File 'lib/uber/models/delivery/rating.rb', line 4 def comments @comments end |
#rating_type ⇒ Object
Returns the value of attribute rating_type.
4 5 6 |
# File 'lib/uber/models/delivery/rating.rb', line 4 def @rating_type end |
#rating_value ⇒ Object
Returns the value of attribute rating_value.
4 5 6 |
# File 'lib/uber/models/delivery/rating.rb', line 4 def @rating_value end |
#tags ⇒ Object
Returns the value of attribute tags.
4 5 6 |
# File 'lib/uber/models/delivery/rating.rb', line 4 def @tags end |
#waypoint ⇒ Object
Returns the value of attribute waypoint.
4 5 6 |
# File 'lib/uber/models/delivery/rating.rb', line 4 def waypoint @waypoint end |