Method: Worldline::Acquiring::SDK::JSON::Marshaller#unmarshal
- Defined in:
- lib/worldline/acquiring/sdk/json/marshaller.rb
#unmarshal(response_json, type) ⇒ Object
Unmarshals a JSON string into an object of type type. The new object is initialized by calling .new_from_hash with contents of the JSON as a Hash object.
22 23 24 |
# File 'lib/worldline/acquiring/sdk/json/marshaller.rb', line 22 def unmarshal(response_json, type) raise NotImplementedError end |