Class: MilkTea::AssetPack::SourceEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/tooling/asset_pack.rb

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject (readonly)

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



19
20
21
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19

def flags
  @flags
end

#logical_pathObject (readonly)

Returns the value of attribute logical_path

Returns:

  • (Object)

    the current value of logical_path



19
20
21
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19

def logical_path
  @logical_path
end

#source_pathObject (readonly)

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



19
20
21
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19

def source_path
  @source_path
end

#stored_sizeObject (readonly)

Returns the value of attribute stored_size

Returns:

  • (Object)

    the current value of stored_size



19
20
21
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19

def stored_size
  @stored_size
end

#unpacked_sizeObject (readonly)

Returns the value of attribute unpacked_size

Returns:

  • (Object)

    the current value of unpacked_size



19
20
21
# File 'lib/milk_tea/tooling/asset_pack.rb', line 19

def unpacked_size
  @unpacked_size
end