Method: Pod4::BasicModel.interface

Defined in:
lib/pod4/basic_model.rb

.interfaceObject

Raises:



41
42
43
# File 'lib/pod4/basic_model.rb', line 41

def interface
  raise NotImplemented, "no call to set_interface in the model"
end