Class: Glyphs::PruneReport::LibraryStat

Inherits:
Data
  • Object
show all
Defined in:
lib/glyphs/prune_report.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_freedObject (readonly)

Returns the value of attribute bytes_freed

Returns:

  • (Object)

    the current value of bytes_freed



7
8
9
# File 'lib/glyphs/prune_report.rb', line 7

def bytes_freed
  @bytes_freed
end

#deletedObject (readonly)

Returns the value of attribute deleted

Returns:

  • (Object)

    the current value of deleted



7
8
9
# File 'lib/glyphs/prune_report.rb', line 7

def deleted
  @deleted
end

#keptObject (readonly)

Returns the value of attribute kept

Returns:

  • (Object)

    the current value of kept



7
8
9
# File 'lib/glyphs/prune_report.rb', line 7

def kept
  @kept
end

#libraryObject (readonly)

Returns the value of attribute library

Returns:

  • (Object)

    the current value of library



7
8
9
# File 'lib/glyphs/prune_report.rb', line 7

def library
  @library
end

#variantObject (readonly)

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



7
8
9
# File 'lib/glyphs/prune_report.rb', line 7

def variant
  @variant
end