Class: Aws::SdbInterface::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/sdb/right_sdb_interface.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item_name, attributes, replace = false) ⇒ Item

Returns a new instance of Item.



663
664
665
666
667
# File 'lib/sdb/right_sdb_interface.rb', line 663

def initialize(item_name, attributes, replace = false)
  @item_name = item_name
  @attributes = attributes
  @replace = replace
end

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.



662
663
664
# File 'lib/sdb/right_sdb_interface.rb', line 662

def attributes
  @attributes
end

#item_nameObject

Returns the value of attribute item_name.



662
663
664
# File 'lib/sdb/right_sdb_interface.rb', line 662

def item_name
  @item_name
end

#replaceObject

Returns the value of attribute replace.



662
663
664
# File 'lib/sdb/right_sdb_interface.rb', line 662

def replace
  @replace
end