Method: Pod4::BasicModel#interface
- Defined in:
- lib/pod4/basic_model.rb
#interface ⇒ Object
Syntactic sugar; same as self.class.interface, which returns the interface instance.
60 |
# File 'lib/pod4/basic_model.rb', line 60 def interface; self.class.interface; end |