Class: CMIS::DocumentImpl
- Inherits:
-
Object
- Object
- CMIS::DocumentImpl
- Defined in:
- lib/cmis/object_impl.rb
Instance Method Summary collapse
Instance Method Details
#allowed_actions ⇒ Object
14 15 16 |
# File 'lib/cmis/object_impl.rb', line 14 def allowed_actions self.allowable_actions.allowable_actions.to_a end |
#download(destination_path) ⇒ Object
10 11 12 |
# File 'lib/cmis/object_impl.rb', line 10 def download(destination_path) FileUtils.download(self, destination_path) end |