Sha256: c2bbd0ce80275c40ba335eefff99bbec63cbf9084174f715086729bd3728620e

Contents?: true

Size: 223 Bytes

Versions: 11

Compression:

Stored size: 223 Bytes

Contents

# frozen_string_literal: true

module Lutaml
  module Uml
    class DataType < Class
      attr_reader :keyword

      def initialize(attributes = {})
        super
        @keyword = "dataType"
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
lutaml-uml-0.3.2 lib/lutaml/uml/data_type.rb
lutaml-uml-0.3.1 lib/lutaml/uml/data_type.rb
lutaml-uml-0.3.0 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.12 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.10 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.9 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.8 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.7 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.6 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.5 lib/lutaml/uml/data_type.rb
lutaml-uml-0.2.4 lib/lutaml/uml/data_type.rb