Sha256: e683abc68e52922edfa18dfcd1ec56b7034110c740c95b354fd3e53971643030
Contents?: true
Size: 366 Bytes
Versions: 1
Compression:
Stored size: 366 Bytes
Contents
# frozen_string_literal: true module Unitsdb class Symbol < Lutaml::Model::Serializable attribute :ascii, :string attribute :html, :string attribute :latex, :string attribute :unicode, :string key_value do map :ascii, to: :ascii map :html, to: :html map :latex, to: :latex map :unicode, to: :unicode end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unitsdb-0.1.1 | lib/unitsdb/symbol.rb |