Sha256: b737c332e779a689a13a4747a17d07d61769462a1275fdd4c5a01d9419f4441c
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
module Shoppr class KeywordSearch include ROXML xml_convention {|val| val.camelize(:lower) } xml_reader :dropped?, :from => '@dropped' xml_reader :modified?, :from => '@modified' xml_reader :original_keyword xml_reader :result_keyword end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoppr-0.1.1 | lib/shoppr/keyword_search.rb |
shoppr-0.1.0 | lib/shoppr/keyword_search.rb |