class Ptero::Models::DeployData
- Ptero::Models::DeployData
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/servers.crConstructors
- .new(locations : Array(Int32), port_range : Array(String), dedicated_ip : Bool)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #dedicated_ip : Bool
- #dedicated_ip=(dedicated_ip : Bool)
- #locations : Array(Int32)
- #locations=(locations : Array(Int32))
- #port_range : Array(String)
- #port_range=(port_range : Array(String))
Constructor Detail
def self.new(locations : Array(Int32), port_range : Array(String), dedicated_ip : Bool)
#