Sha256: 23224a2dd0f212c5193bc1fb7d50214fa53936a62d98a13f7c83767cf0d5f80f

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

module Shoppr
  class SearchHistory
    include ROXML
    xml_convention {|val| val.camelize(:lower) }
    xml_reader :category_selections, :as => [CategorySelection]
    xml_reader :product_selections, :as => [ProductSelection]
    xml_reader :offer_selections, :as => [OfferSelection]
    xml_reader :dynamic_navigation_history, :as => DynamicNavigationHistory
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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