struct Messenger::Struct::Peer

Included Modules

Defined in:

cocol/node/messenger/struct/peer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ident, port, host) #

[View source]
def self.new(port, host) #

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

[View source]

Instance Method Detail

def host : String #

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

[View source]
def ident : String? #

[View source]
def ident=(ident : String?) #

[View source]
def port : UInt32 #

[View source]
def port=(port : UInt32) #

[View source]