class Docr::Types::Port

Included Modules

Defined in:

docr/types/port.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ip : String | Nil #

[View source]
def ip=(ip : String | Nil) #

[View source]
def private_port : UInt16 #

[View source]
def private_port=(private_port : UInt16) #

[View source]
def public_port : UInt16 | Nil #

[View source]
def public_port=(public_port : UInt16 | Nil) #

[View source]
def type : String #

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

[View source]