Class: Uber::Delivery::RatingTag
- Defined in:
- lib/uber/models/delivery/rating_tag.rb
Instance Attribute Summary collapse
-
#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
#tags ⇒ Object
Returns the value of attribute tags.
4 5 6 |
# File 'lib/uber/models/delivery/rating_tag.rb', line 4 def @tags end |
#waypoint ⇒ Object
Returns the value of attribute waypoint.
4 5 6 |
# File 'lib/uber/models/delivery/rating_tag.rb', line 4 def waypoint @waypoint end |