Sha256: 316784a28a646a80e635686485dccef2956333582cc4ff5b9f1a24a434cfbcc3
Contents?: true
Size: 370 Bytes
Versions: 15
Compression:
Stored size: 370 Bytes
Contents
# frozen_string_literal: true module Lutaml module XMI class DiagramDrop < Liquid::Drop def initialize(model) # rubocop:disable Lint/MissingSuper @model = model end def xmi_id @model[:xmi_id] end def name @model[:name] end def definition @model[:definition] end end end end
Version data entries
15 entries across 15 versions & 1 rubygems