Sha256: c65765290aafe53a6b1213901595f493775baed0e612ef8dabec20b06f88411b
Contents?: true
Size: 306 Bytes
Versions: 11
Compression:
Stored size: 306 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
11 entries across 11 versions & 1 rubygems