class Ptero::Models::AllocationData

Included Modules

Defined in:

models/servers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(default : Int32, additional : Array(Int32) | Nil = nil) #

[View source]

Instance Method Detail

def additional : Array(Int32) | Nil #

[View source]
def additional=(additional : Array(Int32) | Nil) #

[View source]
def default : Int32 #

[View source]
def default=(default : Int32) #

[View source]