struct Pterodactyl::Body::UpdateServerStartup

Included Modules

Defined in:

pterodactyl/body/update_server_startup.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def egg : Int64 #

[View source]
def egg=(egg : Int64) #

[View source]
def environment : Hash(String, JSON::Any) #

[View source]
def environment=(environment : Hash(String, JSON::Any)) #

[View source]
def image : String #

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

[View source]
def skip_scripts : Bool #

[View source]
def skip_scripts=(skip_scripts : Bool) #

[View source]
def startup : String #

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

[View source]