Parent

Methods

Aws::SdbInterface::Item

Attributes

attributes[RW]
item_name[RW]
replace[RW]

Public Class Methods

new(item_name, attributes, replace = false) click to toggle source
# File lib/sdb/sdb_interface.rb, line 717
def initialize(item_name, attributes, replace = false)
  @item_name  = item_name
  @attributes = attributes
  @replace    = replace
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.