Class: UU::OS::Property::PropertyDeleteCollection

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/property/property_delete_collection.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) recursive

Specifies if nonempty collection will be deleted. When the collection is not empty and this flag is true, all nested objects will be deleted with the collection (asynchronous). When the collection is not empty and this flag is false or null, the command will fail.



14
15
16
# File 'uu_os-0.29.16/lib/uu/os/property/property_delete_collection.rb', line 14

def recursive
  @recursive
end