Class: Sharepoint::GenericSharepointObject

Inherits:
Object show all
Includes:
Type
Defined in:
lib/sharepoint-users.rb

Instance Attribute Summary

Attributes inherited from Object

#parent

Attributes inherited from ObjectProperties

#data, #site, #updated_data

Instance Method Summary collapse

Methods inherited from Object

#copy, #destroy, #guid, #reload, #save

Methods inherited from ObjectProperties

#add_properties, #add_property, #available_properties

Constructor Details

#initialize(type_name, site, data) ⇒ GenericSharepointObject

Returns a new instance of GenericSharepointObject.



31
32
33
34
# File 'lib/sharepoint-users.rb', line 31

def initialize type_name, site, data
  super site, data
  @generic_type_name = type_name
end