Class: BoxView::Api::DocumentSession

Inherits:
Base
  • Object
show all
Includes:
Actions::Crudable
Defined in:
lib/box_view/api/document_session.rb

Instance Attribute Summary

Attributes inherited from Base

#session

Instance Method Summary collapse

Methods included from Actions::Crudable

#create

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BoxView::Api::Base

Instance Method Details

#destroy(*args) ⇒ Object

Raises:

  • (NotImplementedError)


11
12
13
# File 'lib/box_view/api/document_session.rb', line 11

def destroy(*args)
  raise NotImplementedError
end

#update(*args) ⇒ Object

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/box_view/api/document_session.rb', line 7

def update(*args)
  raise NotImplementedError
end