Module: UberCar
- Defined in:
- lib/uber.rb,
lib/uber/client.rb,
lib/uber/version.rb,
lib/uber/configuration.rb,
lib/uber/operations/action.rb
Defined Under Namespace
Modules: Operations Classes: Client, Configuration
Constant Summary collapse
- VERSION =
"0.2"
Class Method Summary collapse
Class Method Details
.client ⇒ Object
5 6 7 |
# File 'lib/uber.rb', line 5 def self.client @client ||= UberCar::Client.new end |