Class: Nestful::Formats::Format
- Inherits:
-
Object
- Object
- Nestful::Formats::Format
- Defined in:
- lib/nestful/formats.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#decode(*args) ⇒ Object
10 11 |
# File 'lib/nestful/formats.rb', line 10 def decode(*args) end |
#encode(*args) ⇒ Object
7 8 |
# File 'lib/nestful/formats.rb', line 7 def encode(*args) end |
#mime_type ⇒ Object
4 5 |
# File 'lib/nestful/formats.rb', line 4 def mime_type end |