Class: Uber::Partner::TripActivity
- Defined in:
- lib/uber/models/partner/trip.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#trips ⇒ Object
Returns the value of attribute trips.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
5 6 7 |
# File 'lib/uber/models/partner/trip.rb', line 5 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
5 6 7 |
# File 'lib/uber/models/partner/trip.rb', line 5 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
5 6 7 |
# File 'lib/uber/models/partner/trip.rb', line 5 def offset @offset end |
#trips ⇒ Object
Returns the value of attribute trips.
5 6 7 |
# File 'lib/uber/models/partner/trip.rb', line 5 def trips @trips end |