Inherits from NSObject
Declared in PFPetRecord.h
PFPetRecord.m

Tasks

Other Methods

Other Methods

Properties

ageType

@property (nonatomic, strong) PFPetAgeType *ageType

animalType

@property (nonatomic, strong) PFAnimalType *animalType

breedsList

@property (nonatomic, strong) PFBreedList *breedsList

contactType

@property (nonatomic, strong) PFPetContactType *contactType

description

@property (nonatomic, strong) NSString *description

genderType

@property (nonatomic, strong) PFPetGenderType *genderType

lastUpdate

@property (nonatomic, strong) NSDate *lastUpdate

mediaType

@property (nonatomic, strong) PFPetMediaType *mediaType

mix

@property (nonatomic, assign) NSString *mix

name

@property (nonatomic, strong) NSString *name

optionsList

@property (nonatomic, strong) PFPetOptionList *optionsList

petID

@property (nonatomic, strong) PFPetIDType *petID

shelterID

@property (nonatomic, strong) PFShelterIDType *shelterID

shelterPetID

@property (nonatomic, strong) NSString *shelterPetID

sizeType

@property (nonatomic, strong) PFPetSizeType *sizeType

statusType

@property (nonatomic, strong) PFPetStatusType *statusType

Class Methods

petRecordFromDictionary:

+ (instancetype)petRecordFromDictionary:(NSDictionary *)dict

Instance Methods

initWithPetRecordDictionary:

- (id)initWithPetRecordDictionary:(NSDictionary *)dict