Class: UU::OS::Property::PropertySetCollectionAttributes

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/property/property_set_collection_attributes.rb

Instance Attribute Summary (collapse)

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 collection. When null is set, the code is not modified. The code must be unique in an artifact scope, otherwise the setAttributes command fails.



16
17
18
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_collection_attributes.rb', line 16

def code
  @code
end

- (Object) description

The new description of the property collection. When null is set, the description is not modified.



20
21
22
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_collection_attributes.rb', line 20

def description
  @description
end

- (Object) name

The new name of the property collection. When null is set, the name is not modified.



11
12
13
# File 'uu_os-0.29.16/lib/uu/os/property/property_set_collection_attributes.rb', line 11

def name
  @name
end