module UberCar

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/uber.rb, line 5
def self.client
  @client ||= UberCar::Client.new
end