struct Pterodactyl::Models::AccountDetails

Included Modules

Defined in:

models/account_details.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def admin : Bool #

[View source]
def email : String #

[View source]
def first_name : String #

[View source]
def id : Int64 #

[View source]
def language : String #

[View source]
def last_name : String #

[View source]
def username : String #

[View source]