Class: Butler::IRC::Whois
- Inherits:
-
Struct
- Object
- Struct
- Butler::IRC::Whois
- Defined in:
- lib/butler/irc/whois.rb
Overview
Reply for Butler::IRC::Client#whois
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#exists ⇒ Object
Returns the value of attribute exists.
-
#host ⇒ Object
Returns the value of attribute host.
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#nick ⇒ Object
Returns the value of attribute nick.
-
#real ⇒ Object
Returns the value of attribute real.
-
#registered ⇒ Object
Returns the value of attribute registered.
-
#server ⇒ Object
Returns the value of attribute server.
-
#signon ⇒ Object
Returns the value of attribute signon.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def channels @channels end |
#exists ⇒ Object
Returns the value of attribute exists
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def exists @exists end |
#host ⇒ Object
Returns the value of attribute host
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def host @host end |
#idle ⇒ Object
Returns the value of attribute idle
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def idle @idle end |
#nick ⇒ Object
Returns the value of attribute nick
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def nick @nick end |
#real ⇒ Object
Returns the value of attribute real
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def real @real end |
#registered ⇒ Object
Returns the value of attribute registered
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def registered @registered end |
#server ⇒ Object
Returns the value of attribute server
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def server @server end |
#signon ⇒ Object
Returns the value of attribute signon
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def signon @signon end |
#user ⇒ Object
Returns the value of attribute user
4 5 6 |
# File 'lib/butler/irc/whois.rb', line 4 def user @user end |