Class: Yammer::Group
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#api_handler, attr_accessor_deffered, base_name, #base_name, #changes, #delete!, fetch, get, identity_map, #initialize, #load!, #load_deferred_attribute!, #loaded?, model_attributes, #modified?, #new_record?, #persisted?, #reload!, #save, #update
Methods included from ApiHandler
#api_handler, #establish_api_handler
Constructor Details
This class inherits a constructor from Yammer::Base
Class Method Details
.create(params = {}) ⇒ Object
9 10 11 |
# File 'lib/yammer/group.rb', line 9 def self.create(params={}) result = api_handler.create_group(params) end |