Public Member Functions | Properties

SimpleDBGetAttributesResponse Class Reference

Get Attributes Result. More...

#import <SimpleDBGetAttributesResponse.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(void) - addAttribute:
 Adds a single object to attributes.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSMutableArray * attributes
 The list of attributes returned by the operation.

Detailed Description

Get Attributes Result.


Member Function Documentation

- (void SimpleDBGetAttributesResponse.)addAttribute: (SimpleDBAttribute *)  attribute  

Adds a single object to attributes.

This function will alloc and init attributes if not already done.

- (NSString* SimpleDBGetAttributesResponse.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SimpleDBGetAttributesResponse.)init  

Default constructor for a new object.

Callers should use the property methods to initialize this object after creating it.


The documentation for this class was generated from the following file: