Class: Aws::SdbInterface::Item
- Inherits:
-
Object
- Object
- Aws::SdbInterface::Item
- Defined in:
- lib/sdb/sdb_interface.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#item_name ⇒ Object
Returns the value of attribute item_name.
-
#replace ⇒ Object
Returns the value of attribute replace.
Instance Method Summary collapse
-
#initialize(item_name, attributes, replace = false) ⇒ Item
constructor
A new instance of Item.
Constructor Details
#initialize(item_name, attributes, replace = false) ⇒ Item
Returns a new instance of Item.
722 723 724 725 726 |
# File 'lib/sdb/sdb_interface.rb', line 722 def initialize(item_name, attributes, replace = false) @item_name = item_name @attributes = attributes @replace = replace end |
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
720 721 722 |
# File 'lib/sdb/sdb_interface.rb', line 720 def attributes @attributes end |
#item_name ⇒ Object
Returns the value of attribute item_name.
720 721 722 |
# File 'lib/sdb/sdb_interface.rb', line 720 def item_name @item_name end |
#replace ⇒ Object
Returns the value of attribute replace.
720 721 722 |
# File 'lib/sdb/sdb_interface.rb', line 720 def replace @replace end |