A utility method for casting values into an array.
@param [Object] value @return [Array] The value cast into an array @private
A utility method for casting values into
@param [Object] value @return [Set] The value cast into a Set. @private
Sets a prefix to be applied to all SimpleDB domains associated with AWS::Record::Base classes.
AWS::Record.domain_prefix = 'production_' class Product < AWS::Record::Base set_domain_name 'products' end Product.domain_name #=> 'production_products'
@param [String] A prefix to append to all domains. This is useful for
grouping domains used by one application with a single prefix.