Class: Lutaml::Model::Schema::CompiledOutput::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/model/schema/compiled_output.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



20
21
22
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20

def kind
  @kind
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20

def name
  @name
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



20
21
22
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20

def payload
  @payload
end