vishalzambre/ecwid_api

View on GitHub
lib/ecwid_api/customer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EcwidApi
  class Customer < Entity
    self.url_root = "customers"

     ecwid_reader :name, :email, :totalOrderCount, :customerGroupId, :customerGroupName

     ecwid_writer :name, :email

   end
end