Skip to content

Commit

Permalink
Add -description to PandoraRequest that shows the API method
Browse files Browse the repository at this point in the history
  • Loading branch information
winny- committed May 29, 2014
1 parent 526d27f commit 1e5d94b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Pandora/Pandora.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ - (id) init {
return self;
}

- (NSString *)description {
return [NSString stringWithFormat:@"<%@ %p %@>", NSStringFromClass(self.class), self, self.method];
}

#pragma mark NSCopying

- (id)copyWithZone:(NSZone *)zone {
Expand Down

0 comments on commit 1e5d94b

Please sign in to comment.