Exception: Handwritingio::Errors
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Handwritingio::Errors
- Extended by:
- Forwardable
- Defined in:
- lib/handwritingio.rb
Overview
Errors class for errors raised by the API
Contains one or more Error
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Errors
constructor
:nodoc:.
-
#inspect ⇒ Object
:nodoc:.
Constructor Details
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
213 214 215 |
# File 'lib/handwritingio.rb', line 213 def response @response end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
220 221 222 |
# File 'lib/handwritingio.rb', line 220 def inspect #:nodoc: "#<#{self.class.name} (#{self.count})>" end |