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