struct
XMPP::DnsSrv::SRVRecord
- XMPP::DnsSrv::SRVRecord
- Struct
- Value
- Object
Overview
A single SRV resource record.
Defined in:
xmpp/dns_srv.crConstructors
Instance Method Summary
- #clone
- #copy_with(priority _priority = @priority, weight _weight = @weight, port _port = @port, target _target = @target)
- #port : UInt16
- #priority : UInt16
- #target : String
- #weight : UInt16
Constructor Detail
Instance Method Detail
def copy_with(priority _priority = @priority, weight _weight = @weight, port _port = @port, target _target = @target)
#