Class: Butler::IRC::Whois

Inherits:
Struct
  • Object
show all
Defined in:
lib/butler/irc/client.rb

Overview

Reply for Butler::IRC::Client#whois

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def channels
  @channels
end

#existsObject

Returns the value of attribute exists

Returns:

  • (Object)

    the current value of exists



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def exists
  @exists
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def host
  @host
end

#idleObject

Returns the value of attribute idle

Returns:

  • (Object)

    the current value of idle



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def idle
  @idle
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def nick
  @nick
end

#realObject

Returns the value of attribute real

Returns:

  • (Object)

    the current value of real



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def real
  @real
end

#registeredObject

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def registered
  @registered
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def server
  @server
end

#signonObject

Returns the value of attribute signon

Returns:

  • (Object)

    the current value of signon



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def signon
  @signon
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



12
13
14
# File 'lib/butler/irc/client.rb', line 12

def user
  @user
end