Sha256: ace2856ccdfa44e74b1941ded4df125478f05d0c933f76c526e951e5b0653528
Contents?: true
Size: 308 Bytes
Versions: 6
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Lutaml module XMI class CardinalityDrop < Liquid::Drop def initialize(model) # rubocop:disable Lint/MissingSuper @model = model end def min @model["min"] end def max @model["max"] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems