class Uber::Delivery::Client
Attributes
client[R]
Public Class Methods
new(client)
click to toggle source
# File lib/uber/client.rb, line 191 def initialize(client) @client = client end