struct Pterodactyl::Models::Nest

Included Modules

Defined in:

models/nests.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : String #

[View source]
def created_at : Time #

[View source]
def description : String | Nil #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def relationships : Relationships | Nil #

[View source]
def updated_at : Time #

[View source]
def uuid : String #

[View source]