Class: Nestful::Formats::Format

Inherits:
Object
  • Object
show all
Defined in:
lib/nestful/formats.rb

Direct Known Subclasses

FormFormat, JSONFormat

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_typeObject



4
5
# File 'lib/nestful/formats.rb', line 4

def mime_type
end