Class: Room
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Room
- Defined in:
- lib/tkellem/models/room.rb
Instance Attribute Summary collapse
-
#topic ⇒ Object
these aren’t persisted, we just grab them on connect.
-
#topic_setter ⇒ Object
these aren’t persisted, we just grab them on connect.
-
#topic_time ⇒ Object
these aren’t persisted, we just grab them on connect.
Instance Attribute Details
#topic ⇒ Object
these aren’t persisted, we just grab them on connect
3 4 5 |
# File 'lib/tkellem/models/room.rb', line 3 def topic @topic end |
#topic_setter ⇒ Object
these aren’t persisted, we just grab them on connect
3 4 5 |
# File 'lib/tkellem/models/room.rb', line 3 def topic_setter @topic_setter end |
#topic_time ⇒ Object
these aren’t persisted, we just grab them on connect
3 4 5 |
# File 'lib/tkellem/models/room.rb', line 3 def topic_time @topic_time end |