Class: Card::Format::YamlFormat

Inherits:
DataFormat show all
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_typeObject



11
12
13
# File 'lib/card/format/yaml_format.rb', line 11

def mime_type
  "text/x-yaml"
end