Class: Maventa::Documents

Inherits:
Resource show all
Defined in:
lib/maventa/documents.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Maventa::Resource

Instance Method Details

#createObject



3
4
5
# File 'lib/maventa/documents.rb', line 3

def create
  raise "Not implemented"
end

#eventsObject



19
20
21
# File 'lib/maventa/documents.rb', line 19

def events
  raise "Not implemented"
end

#listObject



7
8
9
# File 'lib/maventa/documents.rb', line 7

def list
  raise "Not implemented"
end

#showObject



11
12
13
# File 'lib/maventa/documents.rb', line 11

def show
  raise "Not implemented"
end

#updateObject



15
16
17
# File 'lib/maventa/documents.rb', line 15

def update
  raise "Not implemented"
end