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