Class: Irrc::Whoisd::Client

Inherits:
Object
  • Object
show all
Includes:
Connecting, Logging, Parameter, Prefix, Runner, Api
Defined in:
lib/irrc/whoisd/client.rb

Overview

Public: Whoisd client worker.

Instance Attribute Summary collapse

Method Summary

Methods included from Runner

#run

Methods included from Parameter

#initialize

Methods included from Logging

#logger, #logger=

Instance Attribute Details

#hostObject (readonly)

Returns the value of attribute host.



23
24
25
# File 'lib/irrc/whoisd/client.rb', line 23

def host
  @host
end

#queueObject (readonly)

Returns the value of attribute queue.



23
24
25
# File 'lib/irrc/whoisd/client.rb', line 23

def queue
  @queue
end