Method: GoogleGeocoding::Response#status
- Defined in:
- lib/google_geocoding/response.rb
#status ⇒ Symbol
Return the status code included in the server response.
15 16 17 |
# File 'lib/google_geocoding/response.rb', line 15 def status @status ||= @data["status"].downcase.to_sym end |