Class: Lutaml::Store::PackageDefinition::AssetEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



56
57
58
# File 'lib/lutaml/store/package_definition.rb', line 56

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



56
57
58
# File 'lib/lutaml/store/package_definition.rb', line 56

def type
  @type
end