Class: UU::OS::Property::PropertyMove
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Property::PropertyMove
- Defined in:
- uu_os-0.29.16/lib/uu/os/property/property_move.rb
Instance Attribute Summary (collapse)
-
- (Object) parent_node_uri
UESURI of a parent node (artifact or property collection) where the property 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 will be moved. Property can be moved only in the same artifact. ParentNodeUri cannot be child of the moved property collection. Never null.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_move.rb', line 14 def parent_node_uri @parent_node_uri end |