Class: Card::Format::XmlFormat

Inherits:
DataFormat show all
Defined in:
lib/card/format/xml_format.rb

Overview

card format class for xml (extensible markup language) views

Instance Method Summary collapse

Instance Method Details

#mime_typeObject



9
10
11
# File 'lib/card/format/xml_format.rb', line 9

def mime_type
  "text/xml"
end