class Uber::Partner::Client

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/uber/client.rb, line 182
def initialize(client)
  @client = client
end