Method: Hushed::Documents::Document#type
- Defined in:
- lib/hushed/documents/document.rb
#type ⇒ Object
22 23 24 |
# File 'lib/hushed/documents/document.rb', line 22 def type raise NotImplementedError("To be implemented by subclasses") end |