Class: UU::OS::Property::PropertySetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Property::PropertySetAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/property/property_set_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
The new code of the property.
-
- (Object) description
The new description of the property.
-
- (Object) name
The new name of the property.
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) code
The new code of the property. When nil is set, the code is not modified. he code must be unique in an artifact scope, otherwise the setAttributes command fails.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_attributes.rb', line 14 def code @code end |
- (Object) description
The new description of the property. When nil is set, the description is not modified.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_attributes.rb', line 17 def description @description end |
- (Object) name
The new name of the property. When nil is set, the name is not modified.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_attributes.rb', line 10 def name @name end |