class Ptero::Models::DeployData

Included Modules

Defined in:

models/servers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(locations : Array(Int32), port_range : Array(String), dedicated_ip : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def dedicated_ip : Bool #

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

[View source]
def locations : Array(Int32) #

[View source]
def locations=(locations : Array(Int32)) #

[View source]
def port_range : Array(String) #

[View source]
def port_range=(port_range : Array(String)) #

[View source]