enum

Steamcr::EClanPermission

Inherits Enum < Comparable < Value < Object

Constants

NOBODY = 0
OWNER = 1
OFFICER = 2
OWNER_AND_OFFICER = 3
MEMBER = 4
MODERATOR = 8
OWNER_OFFICER_MODERATOR = 11
ALL_MEMBERS = 15
OGG_GAME_OWNER = 16
NON_MEMBER = 128
MEMBER_ALLOWED = 132
MODERATOR_ALLOWED = 140
OFFICER_ALLOWED = 142
OWNER_ALLOWED = 143
ANYBODY = 143

Class methods

from_io(io, format)
Source

Instance methods

all_members?

Returns true if this enum value equals ALL_MEMBERS

Source
anybody?

Returns true if this enum value equals ANYBODY

Source
member?

Returns true if this enum value equals MEMBER

Source
member_allowed?

Returns true if this enum value equals MEMBER_ALLOWED

Source
moderator?

Returns true if this enum value equals MODERATOR

Source
moderator_allowed?

Returns true if this enum value equals MODERATOR_ALLOWED

Source
nobody?

Returns true if this enum value equals NOBODY

Source
non_member?

Returns true if this enum value equals NON_MEMBER

Source
officer?

Returns true if this enum value equals OFFICER

Source
officer_allowed?

Returns true if this enum value equals OFFICER_ALLOWED

Source
ogg_game_owner?

Returns true if this enum value equals OGG_GAME_OWNER

Source
owner?

Returns true if this enum value equals OWNER

Source
owner_allowed?

Returns true if this enum value equals OWNER_ALLOWED

Source
owner_and_officer?

Returns true if this enum value equals OWNER_AND_OFFICER

Source
owner_officer_moderator?

Returns true if this enum value equals OWNER_OFFICER_MODERATOR

Source
to_io(io, format)
Source