Class: CMIS::Item

Inherits:
Object show all
Defined in:
lib/cmis/item.rb

Instance Attribute Summary

Attributes inherited from Object

#properties, #repository

Instance Method Summary collapse

Methods inherited from Object

#acls, #add_aces, #allowable_actions, #delete, #delete_with_relationships, #detached?, #inspect, #move, #object_type, #parents, #policies, #refresh, #relationships, #remove_aces, #unfile, #update_properties

Methods included from Helpers

#cmis_properties, #initialize_properties, #method_missing, #respond_to?, #with_change_token

Constructor Details

#initialize(raw, repository) ⇒ Item

Returns a new instance of Item.



3
4
5
# File 'lib/cmis/item.rb', line 3

def initialize(raw, repository)
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CMIS::Helpers