Class: Maventa::Documents
Instance Method Summary
collapse
Methods inherited from Resource
#initialize
Instance Method Details
#create ⇒ Object
3
4
5
|
# File 'lib/maventa/documents.rb', line 3
def create
raise "Not implemented"
end
|
#events ⇒ Object
19
20
21
|
# File 'lib/maventa/documents.rb', line 19
def events
raise "Not implemented"
end
|
#list ⇒ Object
7
8
9
|
# File 'lib/maventa/documents.rb', line 7
def list
raise "Not implemented"
end
|
#show ⇒ Object
11
12
13
|
# File 'lib/maventa/documents.rb', line 11
def show
raise "Not implemented"
end
|
#update ⇒ Object
15
16
17
|
# File 'lib/maventa/documents.rb', line 15
def update
raise "Not implemented"
end
|