Class: UU::ObjectStore::ObjectSchema::ObjectSchemaDelete
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::ObjectStore::ObjectSchema::ObjectSchemaDelete
- Defined in:
- uu_objectstore-0.6.5/lib/uu/object_store/object_schema/object_schema_delete.rb
Overview
DTO representing additional options for object schema deletion.
Instance Attribute Summary (collapse)
-
- (FalseClass, TrueClass) force
If set to true, object schema will be deleted even if it contains some uuObjects.
Method Summary
Methods inherited from UU::OS::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
- (FalseClass, TrueClass) force
If set to true, object schema will be deleted even if it contains some
uuObjects. Attribute is optional, defaults to false
.
12 13 14 |
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_schema/object_schema_delete.rb', line 12 def force @force end |