Class: Lutaml::Model::Schema::CompiledOutput::Entry
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Model::Schema::CompiledOutput::Entry
- Defined in:
- lib/lutaml/model/schema/compiled_output.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#name ⇒ Object
Returns the value of attribute name.
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#kind ⇒ Object
Returns the value of attribute kind
20 21 22 |
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20 def kind @kind end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20 def name @name end |
#payload ⇒ Object
Returns the value of attribute payload
20 21 22 |
# File 'lib/lutaml/model/schema/compiled_output.rb', line 20 def payload @payload end |