Class: Card::Format::XmlFormat
- Inherits:
-
DataFormat
- Object
- Card::Format
- DataFormat
- Card::Format::XmlFormat
- 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_type ⇒ Object
9 10 11 |
# File 'lib/card/format/xml_format.rb', line 9 def mime_type "text/xml" end |