Sha256: 99984f5cbe0b81d1037d7f6ebd6c84f727ca692b086db137925d4bfa50b32bc1

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

module Shoppr
  class AttributeSelection
    include ROXML
    xml_convention {|val| val.camelize(:lower) }
    xml_reader :id, :from => '@id'
    xml_reader :name
    xml_reader :attribute_value_url, :from => 'attributeValueURL'
    xml_reader :dropped?, :from => :attr
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
shoppr-0.1.1 lib/shoppr/attribute_selection.rb
shoppr-0.1.0 lib/shoppr/attribute_selection.rb