class Lutaml::Engine

Attributes

input[RW]

Public Class Methods

new(input:) click to toggle source
# File lib/lutaml/layout/engine.rb, line 7
def initialize(input:)
  @input = input
end

Public Instance Methods

render(_type) click to toggle source
# File lib/lutaml/layout/engine.rb, line 11
def render(_type)
  raise ArgumentError, "Implement render method"
end