Class: FlockOs::Model::ChannelMember

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/channel_member.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

#affiliationObject

Returns the value of attribute affiliation.



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

def affiliation
  @affiliation
end

#public_profileObject

Returns the value of attribute public_profile.



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

def public_profile
  @public_profile
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end