Class: Lutaml::Store::PackageDefinition::AssetEntry
- Inherits:
-
Struct
- Object
- Struct
- Lutaml::Store::PackageDefinition::AssetEntry
- Defined in:
- lib/lutaml/store/package_definition.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
56 57 58 |
# File 'lib/lutaml/store/package_definition.rb', line 56 def path @path end |
#type ⇒ Object
Returns the value of attribute type
56 57 58 |
# File 'lib/lutaml/store/package_definition.rb', line 56 def type @type end |