Module: CyberCoach::PrivacyLevel

Defined in:
lib/cybercoach/privacy_level.rb

Overview

The CyberCoach privacy levels.

Constant Summary collapse

OWNER =

Only the owner of the resource can access its properties.

0
REGISTERED_USER =

Only registered users can access the resource’s properties.

1
EVERYBODY =

Everybody can access the resource’s properties.

2