ActiveResourceKit  v1.2 (498.0)
 All Classes Files Functions Variables Typedefs Enumerator Properties Macros Pages
Instance Methods | List of all members
ARResource(Private) Category Reference

#import <ARResource+Private.h>

Instance Methods

(void) - updateWithCompletionHandler:
 
(void) - createWithCompletionHandler:
 
(void) - loadAttributesFromResponse:attributes:
 
(NSString *) - elementPathWithOptions:
 Answers this resource's element path.
 
(NSArray *) - toKey
 Enumerates all key attributes.
 
(NSString *) - toParam
 

Detailed Description

Definition at line 47 of file ARResource+Private.h.

Method Documentation

- (void) createWithCompletionHandler: (ARHTTPResponse *response, NSError *error)  completionHandler

Extends class ARResource.

Definition at line 78 of file ARResource+Private.m.

- (NSString *) elementPathWithOptions: (NSDictionary *)  options

Answers this resource's element path.

Parameters
optionsPrefix and query options for overriding the existing resource prefix options if any.

Extends class ARResource.

Definition at line 115 of file ARResource+Private.m.

- (void) loadAttributesFromResponse: (ARHTTPResponse *)  response
attributes: (NSDictionary *)  attributes 
Parameters
responseA HTTP response wrapper.
attributesSet of attributes decoded from the response body.

Extends class ARResource.

Definition at line 102 of file ARResource+Private.m.

- (NSArray *) toKey

Enumerates all key attributes.

Returns
Only answers key attributes if the resource persists. Answers nil otherwise since key attributes only logically exist when the resource begins to persist.

Extends class ARResource.

Definition at line 124 of file ARResource+Private.m.

- (NSString *) toParam

Extends class ARResource.

Definition at line 129 of file ARResource+Private.m.

- (void) updateWithCompletionHandler: (ARHTTPResponse *response, NSError *error)  completionHandler

Extends class ARResource.

Definition at line 55 of file ARResource+Private.m.


The documentation for this category was generated from the following files: