Object
Absolutely simple format class, extend later if needed
# File lib/dm-rest-adapter/formats.rb, line 6 def initialize(type) @extension = type @mime = "application/#{type}" end
# File lib/dm-rest-adapter/formats.rb, line 11 def header { 'Content-Type' => @mime } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.