Class: GitFile

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

Instance Attribute Summary collapse

Instance Attribute Details

#accessObject

Returns the value of attribute access

Returns:

  • (Object)

    the current value of access



1
2
3
# File 'lib/ruby_diff/git_feeder.rb', line 1

def access
  @access
end

#hashObject

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



1
2
3
# File 'lib/ruby_diff/git_feeder.rb', line 1

def hash
  @hash
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



1
2
3
# File 'lib/ruby_diff/git_feeder.rb', line 1

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



1
2
3
# File 'lib/ruby_diff/git_feeder.rb', line 1

def type
  @type
end