class Desertcart::Session::Operations::Find
Public Instance Methods
deserialized_resource()
click to toggle source
# File lib/desertcart/session/operations/find.rb, line 18 def deserialized_resource Desertcart::AuthenticationToken::Deserializer.new.deserialize( hash: response.body['authentication_token'], resource: Desertcart::AuthenticationToken.new ) end