Exception: CmisServer::ObjectService::DuplicateFile
- Inherits:
-
StandardError
- Object
- StandardError
- CmisServer::ObjectService::DuplicateFile
- Defined in:
- app/services/cmis_server/object_service.rb
Instance Attribute Summary collapse
-
#duplicate ⇒ Object
readonly
Returns the value of attribute duplicate.
Instance Method Summary collapse
-
#initialize(msg, duplicate:) ⇒ DuplicateFile
constructor
A new instance of DuplicateFile.
Constructor Details
#initialize(msg, duplicate:) ⇒ DuplicateFile
Returns a new instance of DuplicateFile.
7 8 9 10 |
# File 'app/services/cmis_server/object_service.rb', line 7 def initialize(msg, duplicate:) @duplicate=duplicate super(msg) end |
Instance Attribute Details
#duplicate ⇒ Object (readonly)
Returns the value of attribute duplicate.
5 6 7 |
# File 'app/services/cmis_server/object_service.rb', line 5 def duplicate @duplicate end |