Class: MilkTea::AssetPack::Entry
- Inherits:
-
Data
- Object
- Data
- MilkTea::AssetPack::Entry
- Defined in:
- lib/milk_tea/tooling/asset_pack.rb
Instance Attribute Summary collapse
-
#data_offset ⇒ Object
readonly
Returns the value of attribute data_offset.
-
#flags ⇒ Object
readonly
Returns the value of attribute flags.
-
#logical_path ⇒ Object
readonly
Returns the value of attribute logical_path.
-
#source_path ⇒ Object
readonly
Returns the value of attribute source_path.
-
#stored_size ⇒ Object
readonly
Returns the value of attribute stored_size.
-
#unpacked_size ⇒ Object
readonly
Returns the value of attribute unpacked_size.
Instance Attribute Details
#data_offset ⇒ Object (readonly)
Returns the value of attribute data_offset
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def data_offset @data_offset end |
#flags ⇒ Object (readonly)
Returns the value of attribute flags
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def flags @flags end |
#logical_path ⇒ Object (readonly)
Returns the value of attribute logical_path
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def logical_path @logical_path end |
#source_path ⇒ Object (readonly)
Returns the value of attribute source_path
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def source_path @source_path end |
#stored_size ⇒ Object (readonly)
Returns the value of attribute stored_size
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def stored_size @stored_size end |
#unpacked_size ⇒ Object (readonly)
Returns the value of attribute unpacked_size
20 21 22 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 20 def unpacked_size @unpacked_size end |