Class: Irc::ListData
- Inherits:
-
Struct
- Object
- Struct
- Irc::ListData
- Defined in:
- /home/apoc/projects/ruby/rbot/lib/rbot/rfc2812.rb
Overview
A structure to hold LIST data, in the Irc namespace
Instance Attribute Summary (collapse)
-
- (Object) channel
Returns the value of attribute channel.
-
- (Object) topic
Returns the value of attribute topic.
-
- (Object) users
Returns the value of attribute users.
Instance Attribute Details
- (Object) channel
Returns the value of attribute channel
953 954 955 |
# File '/home/apoc/projects/ruby/rbot/lib/rbot/rfc2812.rb', line 953 def channel @channel end |
- (Object) topic
Returns the value of attribute topic
953 954 955 |
# File '/home/apoc/projects/ruby/rbot/lib/rbot/rfc2812.rb', line 953 def topic @topic end |
- (Object) users
Returns the value of attribute users
953 954 955 |
# File '/home/apoc/projects/ruby/rbot/lib/rbot/rfc2812.rb', line 953 def users @users end |