Class: Group (Databasedotcom::Chatter)

Overview
Module Structure
Class Hierarchy
Class Methods
Group.members (1/2) / 2
Group.join (1/2) / 3
Instance Methods
Group#members!
Group#members (2/E)
Group#join (2/E) / 1
is a submodule of
module: Chatter ( Databasedotcom )
has modular siblings
class: Record   
class: Feed   
class: FilterFeed   
class: FeedItem   
class: Comment   
class: Like   
module: PhotoMethods   
class: User   
class: GroupMembership   
class: Subscription   
class: Conversation   
class: Message   
includes
  PhotoMethods ( Databasedotcom::Chatter )
inherits from
  Record ( Databasedotcom::Chatter )
has class siblings
  FeedItem ( Databasedotcom::Chatter )
  Comment ( Databasedotcom::Chatter )
  Like ( Databasedotcom::Chatter )
  User ( Databasedotcom::Chatter )
  GroupMembership ( Databasedotcom::Chatter )
  Subscription ( Databasedotcom::Chatter )
  Conversation ( Databasedotcom::Chatter )
  Message ( Databasedotcom::Chatter )
has properties
class method: members (1/2) / 2   
class method: join (1/2) / 3   
method: members!   
method: members (2/E)   
method: join (2/E) / 1   
is defined at
#7 in databasedotcom/chatter/group.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Databasedotcom
  module: Chatter
class: Record     
class: Feed     
class: FilterFeed     
class: FeedItem     
class: Comment     
class: Like     
module: PhotoMethods     
class: User     
class: Group     
class: GroupMembership     
class: Subscription     
class: Conversation     
class: Message     

Class Hierarchy

Object ( Builtin-Module )
Array ( Builtin-Module )
Record ( Databasedotcom::Chatter )
has properties
attribute: raw_hash [R]   
attribute: name [R]   
attribute: id [R]   
attribute: url [R]   
attribute: type [R]   
attribute: client [R]   
method: initialize / 2   
class method: find / 3   
class method: search / 3   
class method: all / 2   
class method: delete (1/2) / 3   
method: user   
method: parent   
method: delete (2/E) / 1   
method: reload   
class method: resource_name   
class method: total_size_of_collection / 1   
class method: collection_from_response / 1   
class method: search_parameter_name   

Class Methods

Group.members (1/2) / 2

#11 in databasedotcom/chatter/group.rb

members ( client ,
  group_id )

Group.join (1/2) / 3

#23 in databasedotcom/chatter/group.rb

join ( client ,
  group_id ,
  user_id="me" )

Instance Methods

Group#members!

#30 in databasedotcom/chatter/group.rb

members!

Group#members (2/E)

#35 in databasedotcom/chatter/group.rb

members

Group#join (2/E) / 1

#40 in databasedotcom/chatter/group.rb

join ( user_id="me" )