Class: Sharepoint::GenericSharepointObject
- Inherits:
-
Object
- Object
- ObjectProperties
- Object
- Sharepoint::GenericSharepointObject
- Includes:
- Type
- Defined in:
- lib/sharepoint-users.rb
Instance Attribute Summary
Attributes inherited from Object
Attributes inherited from ObjectProperties
Instance Method Summary collapse
-
#initialize(type_name, site, data) ⇒ GenericSharepointObject
constructor
A new instance of GenericSharepointObject.
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 |