Inherits from NSObject
Declared in EBDescribedObject.h
EBDescribedObject.m

Overview

EBDescribedObject subclasses have a default implementation for description method.

When calling description in a EBDescribedObject subclass, all the properties will be printed in the console. See description.

Tasks

Instance Methods

description

The description value of all the properties.

- (NSString *)description

Discussion

The description value of all the properties.

The format for printing is:

  • propertyName: {propertyValue}, propertyName: {propertyValue}, etc…
  • All properties are sorted alphabetically.

Declared In

EBDescribedObject.h