enum

Steamcr::EClanRelationship

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
BLOCKED = 1
INVITED = 2
MEMBER = 3
KICKED = 4
KICK_ACKNOWLEDGED = 5
PENDING_APPROVAL = 6
REQUEST_DENIED = 7

Class methods

from_io(io, format)
Source

Instance methods

blocked?

Returns true if this enum value equals BLOCKED

Source
invited?

Returns true if this enum value equals INVITED

Source
kick_acknowledged?

Returns true if this enum value equals KICK_ACKNOWLEDGED

Source
kicked?

Returns true if this enum value equals KICKED

Source
member?

Returns true if this enum value equals MEMBER

Source
none?

Returns true if this enum value equals NONE

Source
pending_approval?

Returns true if this enum value equals PENDING_APPROVAL

Source
request_denied?

Returns true if this enum value equals REQUEST_DENIED

Source
to_io(io, format)
Source