Sha256: 5506047bcdd65f28f6ca585bbd4636a6c2e87a9459b45f7623c180632fdc7602
Contents?: true
Size: 480 Bytes
Versions: 2
Compression:
Stored size: 480 Bytes
Contents
# frozen_string_literal: true module DspBlueprintParser module IconLayout NONE = 0 NO_ICON = 1 ONE_ICON = 10 ONE_ICON_SMALL = 11 TWO_ICON_46 = 20 TWO_ICON_53 = 21 TWO_ICON_59 = 22 TWO_ICON_57 = 23 TWO_ICON_51 = 24 THREE_ICON_813 = 30 THREE_ICON_279 = 31 THREE_ICON_573 = 32 THREE_ICON_591 = 33 FOUR_ICON_7913 = 40 FOUR_ICON_8462 = 41 FIVE_ICON_57913 = 50 FIVE_ICON_PENTA = 51 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dsp_blueprint_parser-0.1.1 | lib/dsp_blueprint_parser/icon_layout.rb |
dsp_blueprint_parser-0.1.0 | lib/dsp_blueprint_parser/icon_layout.rb |