Class: CMIS::DocumentImpl

Inherits:
Object
  • Object
show all
Defined in:
lib/cmis/object_impl.rb

Instance Method Summary collapse

Instance Method Details

#allowed_actionsObject



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