enum RLS::Platform

Overview

Gaming platform that is tracked by RLS. These are changed very infrequently, so this constant enum is provided to avoid unecessary API requests.

TODO The Switch value is not verified / implemented yet in RLS

Defined in:

rls/mappings/platform.cr

Enum Members

Steam = 1_u8
Ps4 = 2_u8
XboxOne = 3_u8
Switch = 4_u8

Instance Method Summary

Instance Method Detail

def ps4? #

[View source]
def steam? #

[View source]
def switch? #

[View source]
def xbox_one? #

[View source]