Class: Lutaml::Store::PackageDefinition::ModelEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/lutaml/store/package_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_formatObject

Returns the value of attribute default_format

Returns:

  • (Object)

    the current value of default_format



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def default_format
  @default_format
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def dir
  @dir
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def file
  @file
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def key
  @key
end

#layoutObject

Returns the value of attribute layout

Returns:

  • (Object)

    the current value of layout



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def layout
  @layout
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def model
  @model
end

#serializerObject

Returns the value of attribute serializer

Returns:

  • (Object)

    the current value of serializer



51
52
53
# File 'lib/lutaml/store/package_definition.rb', line 51

def serializer
  @serializer
end