Class: Mikunyan::Asset::Reference
- Inherits:
-
Struct
- Object
- Struct
- Mikunyan::Asset::Reference
- Defined in:
- lib/mikunyan/asset.rb
Overview
Struct for representing Asset reference information
Instance Attribute Summary collapse
-
#file_path ⇒ String
Asset name.
-
#guid ⇒ String
GUID (16 bytes).
-
#path ⇒ String
path.
-
#type ⇒ Integer
?.
Instance Attribute Details
#file_path ⇒ String
Asset name
70 71 72 |
# File 'lib/mikunyan/asset.rb', line 70 def file_path @file_path end |
#guid ⇒ String
GUID (16 bytes)
70 71 72 |
# File 'lib/mikunyan/asset.rb', line 70 def guid @guid end |
#path ⇒ String
path
70 71 72 |
# File 'lib/mikunyan/asset.rb', line 70 def path @path end |
#type ⇒ Integer
?
70 71 72 |
# File 'lib/mikunyan/asset.rb', line 70 def type @type end |