# File lib/creatable.rb, line 27 def to_parameters h = {} attribute_names.each do |name| h.store name, instance_variable_get("@#{name}") end h end