Class: Tkellem::Bouncer::Room
- Inherits:
-
Struct
- Object
- Struct
- Tkellem::Bouncer::Room
- Defined in:
- lib/tkellem/bouncer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#topic ⇒ Object
Returns the value of attribute topic.
-
#topic_setter ⇒ Object
Returns the value of attribute topic_setter.
-
#topic_time ⇒ Object
Returns the value of attribute topic_time.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/tkellem/bouncer.rb', line 16 def name @name end |
#topic ⇒ Object
Returns the value of attribute topic
16 17 18 |
# File 'lib/tkellem/bouncer.rb', line 16 def topic @topic end |
#topic_setter ⇒ Object
Returns the value of attribute topic_setter
16 17 18 |
# File 'lib/tkellem/bouncer.rb', line 16 def topic_setter @topic_setter end |
#topic_time ⇒ Object
Returns the value of attribute topic_time
16 17 18 |
# File 'lib/tkellem/bouncer.rb', line 16 def topic_time @topic_time end |