davidbiehl/ecwid_api

View on GitHub
lib/ecwid_api/person.rb

Summary

Maintainability
A
0 mins
Test Coverage
module EcwidApi
  class Person < Entity
    ecwid_reader :name, :companyName, :street, :city, :countryCode,
                 :countryName, :postalCode, :stateOrProvinceCode,
                 :stateOrProvinceName, :phone
  end
end