Class: Uber::Partner::Client
- Inherits:
-
Object
- Object
- Uber::Partner::Client
- Includes:
- API::Partners
- Defined in:
- lib/uber/client.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Client
constructor
A new instance of Client.
Methods included from API::Partners
Methods included from Utils
#perform_with_object, #perform_with_objects
Constructor Details
#initialize(client) ⇒ Client
Returns a new instance of Client.
178 179 180 |
# File 'lib/uber/client.rb', line 178 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
177 178 179 |
# File 'lib/uber/client.rb', line 177 def client @client end |