struct Srcom::SimplePlayer

Included Modules

Defined in:

srcr/mappings/user/simple_player.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def full_player : User | Guest #

Gets the full player resource as either a User or a Guest.


[View source]
def id : String? #

[View source]
def id=(id : String?) #

[View source]
def name : String? #

[View source]
def name=(name : String?) #

[View source]
def rel : String #

[View source]
def rel=(rel : String) #

[View source]
def uri : String #

[View source]
def uri=(uri : String) #

[View source]