Inherits from NSObject
Conforms to GHKObject
Declared in GHKUser.h
GHKUser.m

Overview

A class describes a user

Tasks

Other Methods

Other Methods

Properties

avatarUrl

Avatar image URL

@property (nonatomic, strong) NSURL *avatarUrl

Declared In

GHKUser.h

gravatarId

Gravatar ID

@property (nonatomic, strong) NSString *gravatarId

Declared In

GHKUser.h

login

Login ID

@property (nonatomic, strong) NSString *login

Declared In

GHKUser.h

url

Single JSON URL that describes the user

@property (nonatomic, strong) NSURL *url

Declared In

GHKUser.h

userId

User ID

@property (nonatomic) NSInteger userId

Declared In

GHKUser.h

Instance Methods

dictionary

JSON object as a NSDictionary to post to API

- (NSDictionary *)dictionary

Return Value

The NSDictionary

Declared In

GHKObject.h

initWithDictionary:

Initialize a new instance from JSON object as a NSDictionary

- (id)initWithDictionary:(NSDictionary *)dictionary

Declared In

GHKObject.h