Class: UU::ObjectStore::ObjectStoreControl::ObjectStoreDelete
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::ObjectStore::ObjectStoreControl::ObjectStoreDelete
- Defined in:
- uu_objectstore-0.6.5/lib/uu/object_store/object_store_control/object_store_delete.rb
Overview
DTO representing additional options for object store deletion.
Instance Attribute Summary (collapse)
-
- (FalseClass, TrueClass) force
If set to true, object store will be deleted even if it contains some object schemas.
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 store will be deleted even if it contains some
object schemas. Attribute is optional, defaults to false
.
13 14 15 |
# File 'uu_objectstore-0.6.5/lib/uu/object_store/object_store_control/object_store_delete.rb', line 13 def force @force end |