# File lib/sdb/sdb_interface.rb, line 718
      def initialize(item_name, attributes, replace = false)
        @item_name  = item_name
        @attributes = attributes
        @replace    = replace
      end