Class: Card::Format::YamlFormat
- Inherits:
-
DataFormat
- Object
- Card::Format
- DataFormat
- Card::Format::YamlFormat
- Defined in:
- lib/card/format/yaml_format.rb
Overview
base class for rendering in YAML (Yet Another Markup Language)
Instance Method Summary collapse
Instance Method Details
#mime_type ⇒ Object
11 12 13 |
# File 'lib/card/format/yaml_format.rb', line 11 def mime_type "text/x-yaml" end |