@@ -132,26 +132,30 @@ def initialize(
132132 #
133133 # @raise [JSON::ParserError] if there was invalid JSON in the response.
134134 #
135- # @raise [HTTPError] if there was a problem with the HTTP response, such as
136- # an unexpected HTTP status code.
135+ # @raise [MaxMind::GeoIP2:: HTTPError] if there was a problem with the HTTP
136+ # response, such as an unexpected HTTP status code.
137137 #
138- # @raise [AddressInvalidError] if the web service believes the IP address
139- # to be invalid or missing.
138+ # @raise [MaxMind::GeoIP2:: AddressInvalidError] if the web service believes
139+ # the IP address to be invalid or missing.
140140 #
141- # @raise [AddressNotFoundError] if the IP address was not found.
141+ # @raise [MaxMind::GeoIP2::AddressNotFoundError] if the IP address was not
142+ # found.
142143 #
143- # @raise [AddressReservedError] if the IP address is reserved.
144+ # @raise [MaxMind::GeoIP2::AddressReservedError] if the IP address is
145+ # reserved.
144146 #
145- # @raise [AuthenticationError] if there was a problem authenticating to the
146- # web service, such as an invalid or missing license key.
147+ # @raise [MaxMind::GeoIP2::AuthenticationError] if there was a problem
148+ # authenticating to the web service, such as an invalid or missing
149+ # license key.
147150 #
148- # @raise [InsufficientFundsError] if your account is out of credit.
151+ # @raise [MaxMind::GeoIP2::InsufficientFundsError] if your account is out
152+ # of credit.
149153 #
150- # @raise [PermissionRequiredError] if your account does not have permission
151- # to use the web service.
154+ # @raise [MaxMind::GeoIP2:: PermissionRequiredError] if your account does
155+ # not have permission to use the web service.
152156 #
153- # @raise [InvalidRequestError] if the web service responded with an error
154- # and there is no more specific error to raise.
157+ # @raise [MaxMind::GeoIP2:: InvalidRequestError] if the web service
158+ # responded with an error and there is no more specific error to raise.
155159 #
156160 # @return [MaxMind::GeoIP2::Model::City]
157161 def city ( ip_address = 'me' )
@@ -169,26 +173,30 @@ def city(ip_address = 'me')
169173 #
170174 # @raise [JSON::ParserError] if there was invalid JSON in the response.
171175 #
172- # @raise [HTTPError] if there was a problem with the HTTP response, such as
173- # an unexpected HTTP status code.
176+ # @raise [MaxMind::GeoIP2:: HTTPError] if there was a problem with the HTTP
177+ # response, such as an unexpected HTTP status code.
174178 #
175- # @raise [AddressInvalidError] if the web service believes the IP address
176- # to be invalid or missing.
179+ # @raise [MaxMind::GeoIP2:: AddressInvalidError] if the web service believes
180+ # the IP address to be invalid or missing.
177181 #
178- # @raise [AddressNotFoundError] if the IP address was not found.
182+ # @raise [MaxMind::GeoIP2::AddressNotFoundError] if the IP address was not
183+ # found.
179184 #
180- # @raise [AddressReservedError] if the IP address is reserved.
185+ # @raise [MaxMind::GeoIP2::AddressReservedError] if the IP address is
186+ # reserved.
181187 #
182- # @raise [AuthenticationError] if there was a problem authenticating to the
183- # web service, such as an invalid or missing license key.
188+ # @raise [MaxMind::GeoIP2::AuthenticationError] if there was a problem
189+ # authenticating to the web service, such as an invalid or missing
190+ # license key.
184191 #
185- # @raise [InsufficientFundsError] if your account is out of credit.
192+ # @raise [MaxMind::GeoIP2::InsufficientFundsError] if your account is out
193+ # of credit.
186194 #
187- # @raise [PermissionRequiredError] if your account does not have permission
188- # to use the web service.
195+ # @raise [MaxMind::GeoIP2:: PermissionRequiredError] if your account does
196+ # not have permission to use the web service.
189197 #
190- # @raise [InvalidRequestError] if the web service responded with an error
191- # and there is no more specific error to raise.
198+ # @raise [MaxMind::GeoIP2:: InvalidRequestError] if the web service
199+ # responded with an error and there is no more specific error to raise.
192200 #
193201 # @return [MaxMind::GeoIP2::Model::Country]
194202 def country ( ip_address = 'me' )
@@ -209,26 +217,30 @@ def country(ip_address = 'me')
209217 #
210218 # @raise [JSON::ParserError] if there was invalid JSON in the response.
211219 #
212- # @raise [HTTPError] if there was a problem with the HTTP response, such as
213- # an unexpected HTTP status code.
220+ # @raise [MaxMind::GeoIP2:: HTTPError] if there was a problem with the HTTP
221+ # response, such as an unexpected HTTP status code.
214222 #
215- # @raise [AddressInvalidError] if the web service believes the IP address
216- # to be invalid or missing.
223+ # @raise [MaxMind::GeoIP2:: AddressInvalidError] if the web service believes
224+ # the IP address to be invalid or missing.
217225 #
218- # @raise [AddressNotFoundError] if the IP address was not found.
226+ # @raise [MaxMind::GeoIP2::AddressNotFoundError] if the IP address was not
227+ # found.
219228 #
220- # @raise [AddressReservedError] if the IP address is reserved.
229+ # @raise [MaxMind::GeoIP2::AddressReservedError] if the IP address is
230+ # reserved.
221231 #
222- # @raise [AuthenticationError] if there was a problem authenticating to the
223- # web service, such as an invalid or missing license key.
232+ # @raise [MaxMind::GeoIP2::AuthenticationError] if there was a problem
233+ # authenticating to the web service, such as an invalid or missing
234+ # license key.
224235 #
225- # @raise [InsufficientFundsError] if your account is out of credit.
236+ # @raise [MaxMind::GeoIP2::InsufficientFundsError] if your account is out
237+ # of credit.
226238 #
227- # @raise [PermissionRequiredError] if your account does not have permission
228- # to use the web service.
239+ # @raise [MaxMind::GeoIP2:: PermissionRequiredError] if your account does
240+ # not have permission to use the web service.
229241 #
230- # @raise [InvalidRequestError] if the web service responded with an error
231- # and there is no more specific error to raise.
242+ # @raise [MaxMind::GeoIP2:: InvalidRequestError] if the web service
243+ # responded with an error and there is no more specific error to raise.
232244 #
233245 # @return [MaxMind::GeoIP2::Model::Insights]
234246 def insights ( ip_address = 'me' )
0 commit comments