lib/google/cloud/location.rb in google-cloud-location-0.3.beta.2 vs lib/google/cloud/location.rb in google-cloud-location-0.3.beta.3
- old
+ new
@@ -20,20 +20,17 @@
require "google/cloud/location/version"
module Google
module Cloud
##
- # To load this package, including all its services, and instantiate a GRPC client:
+ # API client module.
#
- # @example
+ # @example Load this package, including all its services, and instantiate a gRPC client
#
# require "google/cloud/location"
# client = ::Google::Cloud::Location::Locations::Client.new
#
- ##
- # To load this package, including all its services, and instantiate a REST client:
- #
- # @example
+ # @example Load this package, including all its services, and instantiate a REST client
#
# require "google/cloud/location"
# client = ::Google::Cloud::Location::Locations::Rest::Client.new
#
module Location