# File lib/ri_cal/properties/todo.rb, line 56
      def completed_property=(property_value)
        @completed_property = property_value ? property_value.for_parent(self) : nil
      end