struct Ptero::Models::AppServer

Included Modules

Defined in:

models/servers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def allocation : Int32 #

[View source]
def container : Container #

[View source]
def created_at : Time #

[View source]
def description : String | Nil #

[View source]
def egg : Int32 #

[View source]
def external_id : String | Nil #

[View source]
def feature_limits : FeatureLimits #

[View source]
def id : Int32 #

[View source]
def identifier : String #

[View source]
def limits : Limits #

[View source]
def name : String #

[View source]
def nest : Int32 #

[View source]
def node : Int32 #

[View source]
def status : ServerStatus | Nil #

[View source]
def suspended? : Bool #

[View source]
def updated_at : Time | Nil #

[View source]
def user : Int32 #

[View source]
def uuid : String #

[View source]