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