Class: Butler::IRC::Whois

Inherits:
Struct
  • Object
show all
Defined in:
lib/butler/irc/whois.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



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def channels
  @channels
end

#existsObject

Returns the value of attribute exists

Returns:

  • (Object)

    the current value of exists



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def exists
  @exists
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def host
  @host
end

#idleObject

Returns the value of attribute idle

Returns:

  • (Object)

    the current value of idle



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def idle
  @idle
end

#nickObject

Returns the value of attribute nick

Returns:

  • (Object)

    the current value of nick



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def nick
  @nick
end

#realObject

Returns the value of attribute real

Returns:

  • (Object)

    the current value of real



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def real
  @real
end

#registeredObject

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def registered
  @registered
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def server
  @server
end

#signonObject

Returns the value of attribute signon

Returns:

  • (Object)

    the current value of signon



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def signon
  @signon
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



4
5
6
# File 'lib/butler/irc/whois.rb', line 4

def user
  @user
end