Method: Databasedotcom::Chatter::Group#join

Defined in:
lib/databasedotcom/chatter/group.rb

#join(user_id = "me") ⇒ Object

Join this Group as the user identified by user_id.



40
41
42
# File 'lib/databasedotcom/chatter/group.rb', line 40

def join(user_id="me")
  self.class.join(self.client, self.id, user_id)
end