Class: Irc::ListData

Inherits:
Struct show all
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)

Instance Attribute Details

- (Object) channel

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of users



953
954
955
# File '/home/apoc/projects/ruby/rbot/lib/rbot/rfc2812.rb', line 953

def users
  @users
end