Sha256: 6e9bbbf37c544434c7ef88504fb76f553d29c370b7288330843ba97649fa1682

Contents?: true

Size: 403 Bytes

Versions: 6

Compression:

Stored size: 403 Bytes

Contents

require "expressir/express_exp/formatter"
require "expressir/express_exp/schema_head_formatter"
require "expressir/express_exp/hyperlink_formatter"

module Lutaml
  module Express
    module LutamlPath
      class Formatter < Expressir::ExpressExp::Formatter
        include Expressir::ExpressExp::SchemaHeadFormatter
        include Expressir::ExpressExp::HyperlinkFormatter
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lutaml-0.6.1 lib/lutaml/express/lutaml_path/formatter.rb
lutaml-0.6.0 lib/lutaml/express/lutaml_path/formatter.rb
lutaml-0.5.2 lib/lutaml/express/lutaml_path/formatter.rb
lutaml-0.5.1 lib/lutaml/express/lutaml_path/formatter.rb
lutaml-0.5.0 lib/lutaml/express/lutaml_path/formatter.rb
lutaml-0.4.1 lib/lutaml/express/lutaml_path/formatter.rb