Class: Uber::Delivery::RatingTag

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/delivery/rating_tag.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#tagsObject

Returns the value of attribute tags.



4
5
6
# File 'lib/uber/models/delivery/rating_tag.rb', line 4

def tags
  @tags
end

#waypointObject

Returns the value of attribute waypoint.



4
5
6
# File 'lib/uber/models/delivery/rating_tag.rb', line 4

def waypoint
  @waypoint
end