Class: Git::DirstatEntry
- Inherits:
-
Data
- Object
- Data
- Git::DirstatEntry
- Defined in:
- lib/git/dirstat_info.rb
Overview
Immutable value object representing a single directory's contribution to a diff
Instance Attribute Summary collapse
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
-
#percentage ⇒ Object
readonly
Returns the value of attribute percentage.
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory
19 |
# File 'lib/git/dirstat_info.rb', line 19 DirstatEntry = Data.define(:directory, :percentage) |
#percentage ⇒ Object (readonly)
Returns the value of attribute percentage
19 |
# File 'lib/git/dirstat_info.rb', line 19 DirstatEntry = Data.define(:directory, :percentage) |