Class: Maventa::Odp

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

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Maventa::Resource

Instance Method Details

#showObject



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

def show
	raise "Not implemented"
end

#updateObject



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

def update
	raise "Not implemented"
end