enum

Steamcr::EPublishedFileInappropriateProvider

Inherits Enum < Comparable < Value < Object

Constants

INVALID = 0
GOOGLE = 1
AMAZON = 2

Class methods

from_io(io, format)
Source

Instance methods

amazon?

Returns true if this enum value equals AMAZON

Source
google?

Returns true if this enum value equals GOOGLE

Source
invalid?

Returns true if this enum value equals INVALID

Source
to_io(io, format)
Source