ActiveResourceKit
v1.2 (498.0)
|
#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 |
Definition at line 47 of file ARResource+Private.h.
- (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.
options | Prefix 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 | |
response | A HTTP response wrapper. |
attributes | Set 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.
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.