Class: MilkTea::AssetPack::SourceEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::AssetPack::SourceEntry
- Defined in:
- lib/milk_tea/tooling/asset_pack.rb
Instance Attribute Summary collapse
-
#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
#flags ⇒ Object (readonly)
Returns the value of attribute flags
19 20 21 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19 def flags @flags end |
#logical_path ⇒ Object (readonly)
Returns the value of attribute logical_path
19 20 21 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19 def logical_path @logical_path end |
#source_path ⇒ Object (readonly)
Returns the value of attribute source_path
19 20 21 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19 def source_path @source_path end |
#stored_size ⇒ Object (readonly)
Returns the value of attribute stored_size
19 20 21 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19 def stored_size @stored_size end |
#unpacked_size ⇒ Object (readonly)
Returns the value of attribute unpacked_size
19 20 21 |
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19 def unpacked_size @unpacked_size end |