XMMContentBlock Class Reference

Inherits from NSObject
Declared in XMMContentBlock.h
XMMContentBlock.m

Overview

XMMContentBlock is used for mapping the JSON sended by the api.

If you don’t know how to handle contentBlocks look at our sample app “pingeb.org”.

Other Methods

  title

The title of this contentBlock.

@property (nonatomic, copy) NSString *title

Declared In

XMMContentBlock.h

  publicStatus

The publicStatus of the content. Yes means public. Changed on our system when check “Syncronisation” on the contentBlock.

@property (nonatomic) BOOL publicStatus

Declared In

XMMContentBlock.h

  contentBlockType

The contentBlockType (0-9) determining the type of the contentBlock.

@property (nonatomic) int contentBlockType

Declared In

XMMContentBlock.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMContentBlock class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMContentBlock.h