Sha256: efac1260356a11c38589c254859e864fd3cb222f6e4c909fb02cce594c26cfe9
Contents?: true
Size: 169 Bytes
Versions: 2
Compression:
Stored size: 169 Bytes
Contents
module Shoppr class FeatureRating include ROXML xml_convention {|val| val.camelize(:lower) } xml_reader :name xml_reader :value, :as => Float end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoppr-0.1.1 | lib/shoppr/feature_rating.rb |
shoppr-0.1.0 | lib/shoppr/feature_rating.rb |