# File lib/couchrest/more/property.rb, line 8 def initialize(name, type = nil, options = {}) @name = name.to_s parse_type(type) parse_options(options) self end