Module: Lieu
- Extended by:
- Configuration
- Defined in:
- lib/lieu.rb,
lib/lieu/error.rb,
lib/lieu/client.rb,
lib/lieu/request.rb,
lib/lieu/version.rb,
lib/lieu/connection.rb,
lib/lieu/client/photos.rb,
lib/lieu/client/search.rb,
lib/lieu/configuration.rb,
lib/lieu/client/actions.rb,
lib/lieu/client/details.rb,
lib/lieu/client/autocomplete.rb,
lib/lieu/client/query_autocomplete.rb more...
Overview
Ruby wrapper for Google Places
Defined Under Namespace
Modules: Configuration, Connection, Request Classes: Client, Error, InvalidRequest, NotFound, OverQueryLimit, RequestDenied, UnknownError, ZeroResults
Constant Summary collapse
- VERSION =
Current version
'1.0.2'.freeze
Constants included from Configuration
Configuration::DEFAULT_API_ENDPOINT, Configuration::VALID_OPTIONS
Class Method Summary collapse
-
.new(options = {}) ⇒ Object
Delegates to Lieu::Client#new.
Methods included from Configuration
configure, initialize_default_options, options, reset!
Class Method Details
permalink .new(options = {}) ⇒ Object
Delegates to Lieu::Client#new
10 11 12 |
# File 'lib/lieu.rb', line 10 def new(={}) Lieu::Client.new() end |