Method: Arena::Channel#collaborators
- Defined in:
- lib/arena/channel.rb
#collaborators ⇒ Object
38 39 40 |
# File 'lib/arena/channel.rb', line 38 def collaborators @collaborators ||= @attrs['collaborators'].collect { |user| Arena::User.new(user) } end |