Class: Tkellem::Bouncer::Room

Inherits:
Struct
  • Object
show all
Defined in:
lib/tkellem/bouncer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/tkellem/bouncer.rb', line 16

def name
  @name
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



16
17
18
# File 'lib/tkellem/bouncer.rb', line 16

def topic
  @topic
end

#topic_setterObject

Returns the value of attribute topic_setter

Returns:

  • (Object)

    the current value of topic_setter



16
17
18
# File 'lib/tkellem/bouncer.rb', line 16

def topic_setter
  @topic_setter
end

#topic_timeObject

Returns the value of attribute topic_time

Returns:

  • (Object)

    the current value of topic_time



16
17
18
# File 'lib/tkellem/bouncer.rb', line 16

def topic_time
  @topic_time
end