Class: Room

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/tkellem/models/room.rb

Instance Attribute Summary collapse

Instance Attribute Details

#topicObject

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_setterObject

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_timeObject

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