Module: GoogleMapsService
- Defined in:
- lib/google_maps_service.rb,
lib/google_maps_service/roads.rb,
lib/google_maps_service/client.rb,
lib/google_maps_service/errors.rb,
lib/google_maps_service/convert.rb,
lib/google_maps_service/version.rb,
lib/google_maps_service/elevation.rb,
lib/google_maps_service/geocoding.rb,
lib/google_maps_service/time_zone.rb,
lib/google_maps_service/directions.rb,
lib/google_maps_service/distance_matrix.rb
Defined Under Namespace
Modules: Convert, Directions, DistanceMatrix, Elevation, Error, Geocoding, Roads, TimeZone Classes: Client
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.client_id ⇒ Object
Returns the value of attribute client_id.
-
.client_secret ⇒ Object
Returns the value of attribute client_secret.
-
.connection_middleware ⇒ Object
Returns the value of attribute connection_middleware.
-
.key ⇒ Object
Returns the value of attribute key.
-
.ssl ⇒ Object
Returns the value of attribute ssl.
Class Method Summary collapse
Class Attribute Details
.client_id ⇒ Object
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/google_maps_service.rb', line 3 def client_id @client_id end |
.client_secret ⇒ Object
Returns the value of attribute client_secret.
3 4 5 |
# File 'lib/google_maps_service.rb', line 3 def client_secret @client_secret end |
.connection_middleware ⇒ Object
Returns the value of attribute connection_middleware.
3 4 5 |
# File 'lib/google_maps_service.rb', line 3 def connection_middleware @connection_middleware end |
.key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/google_maps_service.rb', line 3 def key @key end |
.ssl ⇒ Object
Returns the value of attribute ssl.
3 4 5 |
# File 'lib/google_maps_service.rb', line 3 def ssl @ssl end |
Class Method Details
.configure {|_self| ... } ⇒ Object
5 6 7 8 |
# File 'lib/google_maps_service.rb', line 5 def configure yield self true end |