Sha256: 88f46d79977cfd2ece81ac96c9846c1af4d51bbe94522bd9942743a65761cd20

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

class SpreeClient
  module API
    class V1
      # Properties
      # @see SpreeClient::API:V1::Resource
      class Properties < Resources
        ENDPOINT = '/api/v1/properties'
        RESOURCE = Property
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree-api-client-0.2.5 lib/spree_client/api/v1/properties.rb
spree-api-client-0.2.4 lib/spree_client/api/v1/properties.rb
spree-api-client-0.2.3 lib/spree_client/api/v1/properties.rb
spree-api-client-0.2.2 lib/spree_client/api/v1/properties.rb
spree-api-client-0.2.1 lib/spree_client/api/v1/properties.rb