Sha256: d81a53db439a7586cbfa9945635bb5f3283edef841273f431f7c5829727104ea
Contents?: true
Size: 413 Bytes
Versions: 17
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true module Lutaml module XMI class ConstraintDrop < Liquid::Drop def initialize(model) # rubocop:disable Lint/MissingSuper @model = model end def name @model[:name] end def type @model[:type] end def weight @model[:weight] end def status @model[:status] end end end end
Version data entries
17 entries across 17 versions & 1 rubygems