Class: YACCL::Model::Item

Inherits:
Object
  • Object
show all
Defined in:
lib/yaccl/model/item.rb

Instance Attribute Summary

Attributes inherited from Object

#base_type_id, #change_token, #created_by, #creation_date, #description, #last_modification_date, #last_modified_by, #name, #object_id, #object_type_id, #properties, #repository_id, #secondary_object_type_ids

Instance Method Summary collapse

Methods inherited from Object

#acls, #add_aces, #allowable_actions, #can_be_deleted?, #can_get_parents?, #can_update_properties, #create_properties, #delete, #detached?, #method_missing, #move, #object_type, #parents, #policies, #relationships, #remove_aces, #repository, #unfile, #update_properties

Constructor Details

#initialize(repository_id, raw = {}) ⇒ Item

Returns a new instance of Item.



4
5
6
# File 'lib/yaccl/model/item.rb', line 4

def initialize(repository_id, raw={})
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class YACCL::Model::Object