class Geocoder::ResponseParseError
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
# File lib/geocoder/exceptions.rb, line 17 def initialize(response) @response = response end