Exception: SoraGeocoding::ResponseParseError
- Inherits:
-
StandardError
- Object
- StandardError
- SoraGeocoding::ResponseParseError
- Defined in:
- lib/sora_geocoding/exceptions.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ ResponseParseError
constructor
A new instance of ResponseParseError.
Constructor Details
#initialize(response) ⇒ ResponseParseError
Returns a new instance of ResponseParseError.
10 11 12 |
# File 'lib/sora_geocoding/exceptions.rb', line 10 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
8 9 10 |
# File 'lib/sora_geocoding/exceptions.rb', line 8 def response @response end |