Class: Glyphs::PruneReport::LibraryStat
- Inherits:
-
Data
- Object
- Data
- Glyphs::PruneReport::LibraryStat
- Defined in:
- lib/glyphs/prune_report.rb
Instance Attribute Summary collapse
-
#bytes_freed ⇒ Object
readonly
Returns the value of attribute bytes_freed.
-
#deleted ⇒ Object
readonly
Returns the value of attribute deleted.
-
#kept ⇒ Object
readonly
Returns the value of attribute kept.
-
#library ⇒ Object
readonly
Returns the value of attribute library.
-
#variant ⇒ Object
readonly
Returns the value of attribute variant.
Instance Attribute Details
#bytes_freed ⇒ Object (readonly)
Returns the value of attribute bytes_freed
7 8 9 |
# File 'lib/glyphs/prune_report.rb', line 7 def bytes_freed @bytes_freed end |
#deleted ⇒ Object (readonly)
Returns the value of attribute deleted
7 8 9 |
# File 'lib/glyphs/prune_report.rb', line 7 def deleted @deleted end |
#kept ⇒ Object (readonly)
Returns the value of attribute kept
7 8 9 |
# File 'lib/glyphs/prune_report.rb', line 7 def kept @kept end |
#library ⇒ Object (readonly)
Returns the value of attribute library
7 8 9 |
# File 'lib/glyphs/prune_report.rb', line 7 def library @library end |
#variant ⇒ Object (readonly)
Returns the value of attribute variant
7 8 9 |
# File 'lib/glyphs/prune_report.rb', line 7 def variant @variant end |