Class: FlockOs::Model::Channel

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/channel.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FlockOs::Model::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/flock_os/model/channel.rb', line 4

def id
  @id
end

#member_countObject

Returns the value of attribute member_count.



4
5
6
# File 'lib/flock_os/model/channel.rb', line 4

def member_count
  @member_count
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/flock_os/model/channel.rb', line 4

def name
  @name
end

#profile_imageObject

Returns the value of attribute profile_image.



4
5
6
# File 'lib/flock_os/model/channel.rb', line 4

def profile_image
  @profile_image
end