Method: Runcible::Extensions::Unit.content_type
- Defined in:
- lib/runcible/extensions/unit.rb
.content_type ⇒ Object
The content type (e.g. rpm, errata)
30 31 32 |
# File 'lib/runcible/extensions/unit.rb', line 30 def self.content_type raise "Content type not defined" end |