struct Pterodactyl::Models::Egg

Overview

https://github.com/pterodactyl/panel/blob/develop/app/Models/Egg.php

Included Modules

Defined in:

models/eggs.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def author : String #

[View source]
def config : Config #

[View source]
def created_at : Time #

[View source]
def description : String | Nil #

[View source]
def docker_images : Hash(String, String) #

[View source]
def features : Array(String) | Nil #

[View source]
def id : Int64 #

[View source]
def name : String #

[View source]
def nest_id : Int64 #

[View source]
def relationships : Relationships | Nil #

[View source]
def script : Script #

[View source]
def startup : String #

[View source]
def updated_at : Time #

[View source]
def uuid : String #

[View source]