Instance Methods
callSelector:
Simple method to call selectors on the AM object
- (id)callSelector:(SEL)selector
Parameters
- selector
the AM selector
- object
the AM object
Return Value
an id with the populated property
Declared In
AMPObject.h
callSelector:obj:
- (id)callSelector:(SEL)selector obj:(id)object
callSelector:obj:obj:
- (id)callSelector:(SEL)selector obj:(id)object obj:(id)object2
description
- (NSString *)description
initWithObject:
- (id)initWithObject:(NSObject *)obj
object
The Airmail object. is the base object used to create the AMP models
- (id)object
Return Value
the AM object
Declared In
AMPObject.h