Class: UU::OS::Property::PropertyMoveCollection
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Property::PropertyMoveCollection
- Defined in:
- uu_os-0.29.16/lib/uu/os/property/property_move_collection.rb
Instance Attribute Summary (collapse)
-
- (Object) parent_node_uri
UESURI of a parent node (artifact or property collection) where the property collection will be moved.
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) parent_node_uri
UESURI of a parent node (artifact or property collection) where the property collection will be moved. Property collection can be moved only in the same Artifact. ParentNodeUri cannot be child of the moved collection. Never null
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_move_collection.rb', line 14 def parent_node_uri @parent_node_uri end |