Class: FileDiffMap::Entry
- Inherits:
-
Struct
- Object
- Struct
- FileDiffMap::Entry
- Defined in:
- lib/file_diff_map.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/file_diff_map.rb', line 3 def name @name end |
#size ⇒ Object
Returns the value of attribute size
3 4 5 |
# File 'lib/file_diff_map.rb', line 3 def size @size end |
#status ⇒ Object
Returns the value of attribute status
3 4 5 |
# File 'lib/file_diff_map.rb', line 3 def status @status end |