Sha256: 3e1e43bad95436f7c4c8db1f3e5e8a8d546f13db453b6f21c29643c1482c1148

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

module Norseal
  module Api
    class Attribute
      include Her::Model
      include Norseal::Api::Model

      collection_path 'products/:id/attributes'

        # has_many :questions
        belongs_to :product
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
norseal-api-0.1.7 lib/norseal/api/resources/attribute.rb
norseal-api-0.1.6 lib/norseal/api/resources/attribute.rb
norseal-api-0.1.5 lib/norseal/api/resources/attribute.rb