Class: FileDiffMap::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/file_diff_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/file_diff_map.rb', line 3

def name
  @name
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



3
4
5
# File 'lib/file_diff_map.rb', line 3

def size
  @size
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/file_diff_map.rb', line 3

def status
  @status
end