Make RKClient on manager writable so I can swap it out for specs

This commit is contained in:
jeremy@twotoasters.com
2010-03-03 15:04:30 -05:00
parent 9b53788276
commit 32124e61ec

View File

@@ -53,7 +53,7 @@ extern NSString* const RKDidEnterOnlineModeNotification;
/**
* The REST client for this manager
*/
@property (nonatomic, readonly) RKClient* client;
@property (nonatomic, retain) RKClient* client;
/**
* Puts the manager into offline mode. Requests will not be sent.