Split out Params and StatusMethods
commitf301f399937f9ff62dc41a9cd8e1ea45b43baa6b
authorEric Wong <normalperson@yhbt.net>
Thu, 12 Nov 2009 21:32:56 +0000 (12 13:32 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 12 Nov 2009 21:36:31 +0000 (12 13:36 -0800)
treee2345c94b1eba47f79b00f0251c7375b81a702a0
parente71a98deacd25bfaad5b80b0cd505e183933010c
Split out Params and StatusMethods

StatusMethods will be reusable in subclasses like the
UprStatus ActiveRecord class.  Params parsing will be
common to both InputWrapper and also to the upcoming
Streaming class.
lib/upr.rb
lib/upr/input_wrapper.rb
lib/upr/params.rb [new file with mode: 0644]
lib/upr/status.rb
lib/upr/status_methods.rb [new file with mode: 0644]