class Desertcart::Marketplace::Registration::Operations::Create
Public Instance Methods
deserialized_resource()
click to toggle source
# File lib/desertcart/marketplace/registration/operations/create.rb, line 24 def deserialized_resource Desertcart::AuthenticationToken::Deserializer.new.deserialize( hash: response.body['authentication_token'], resource: Desertcart::AuthenticationToken.new ) end
ledger_namespace_path()
click to toggle source
# File lib/desertcart/marketplace/registration/operations/create.rb, line 20 def ledger_namespace_path 'marketplace' end