Method: Pipl::Client::APIError.from_json
- Defined in:
- lib/pipl/errors.rb
.from_json(json_str) ⇒ Object
Here for backward compatibility
54 55 56 |
# File 'lib/pipl/errors.rb', line 54 def self.from_json(json_str) self.deserialize(json_str) end |