# File lib/ohm.rb, line 1313
    def to_hash
      attrs = {}
      attrs[:id] = id unless new?

      return attrs
    end