Class: Uber::Delivery::Rating

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/delivery/rating.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

#commentsObject

Returns the value of attribute comments.



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

def comments
  @comments
end

#rating_typeObject

Returns the value of attribute rating_type.



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

def rating_type
  @rating_type
end

#rating_valueObject

Returns the value of attribute rating_value.



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

def rating_value
  @rating_value
end

#tagsObject

Returns the value of attribute tags.



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

def tags
  @tags
end

#waypointObject

Returns the value of attribute waypoint.



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

def waypoint
  @waypoint
end