class Docr::Types::Port
  
  - Docr::Types::Port
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/port.crConstructors
Instance Method Summary
- #ip : String | Nil
 - #ip=(ip : String | Nil)
 - #private_port : UInt16
 - #private_port=(private_port : UInt16)
 - #public_port : UInt16 | Nil
 - #public_port=(public_port : UInt16 | Nil)
 - #type : String
 - #type=(type : String)