# File lib/friendly_id/status.rb, line 14
    def initialize(options={})
      options.each {|key, value| self.send("#{key}=".to_sym, value)}
    end