Class: UnityPackage::UnityPackage::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/unitypackage/unity_package.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assetObject

Returns the value of attribute asset

Returns:

  • (Object)

    the current value of asset



12
13
14
# File 'lib/unitypackage/unity_package.rb', line 12

def asset
  @asset
end

#metaObject

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



12
13
14
# File 'lib/unitypackage/unity_package.rb', line 12

def meta
  @meta
end

#pathnameObject

Returns the value of attribute pathname

Returns:

  • (Object)

    the current value of pathname



12
13
14
# File 'lib/unitypackage/unity_package.rb', line 12

def pathname
  @pathname
end