class SolHTTP::User

Included Modules

Defined in:

solhttp/auth.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(username : String, level : UInt8 = 0_u8) #

[View source]

Instance Method Detail

def level : UInt8 #

[View source]
def level=(level : UInt8) #

[View source]
def username : String #

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

[View source]