class Uber::Partner::StatusChange

Attributes

status[RW]
timestamp[RW]

Public Instance Methods

time() click to toggle source
# File lib/uber/models/partner/trip.rb, line 24
def time
  ::Time.at @timestamp if @timestamp
end