completed()
Creates an instance of this class that indicates the ride completed successfully.
Declaration
class func completed() -> SelfReturn Value
An initialized INRideCompletionStatus object.
Discussion
This method sets the isCompleted property of the returned object to true, and it sets the isCanceled, isMissedPickup, and isOutstanding properties to false.