Class: UnityPackage::UnityPackage::Entry
- Inherits:
-
Struct
- Object
- Struct
- UnityPackage::UnityPackage::Entry
- Defined in:
- lib/unitypackage/unity_package.rb
Instance Attribute Summary collapse
-
#asset ⇒ Object
Returns the value of attribute asset.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#pathname ⇒ Object
Returns the value of attribute pathname.
Instance Attribute Details
#asset ⇒ Object
Returns the value of attribute asset
12 13 14 |
# File 'lib/unitypackage/unity_package.rb', line 12 def asset @asset end |
#meta ⇒ Object
Returns the value of attribute meta
12 13 14 |
# File 'lib/unitypackage/unity_package.rb', line 12 def @meta end |
#pathname ⇒ Object
Returns the value of attribute pathname
12 13 14 |
# File 'lib/unitypackage/unity_package.rb', line 12 def pathname @pathname end |