Class: GitFeeder::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



8
9
10
# File 'lib/ruby_diff/git_feeder.rb', line 8

def access
  @access
end

#hashObject

Returns the value of attribute hash

Returns:

  • (Object)

    the current value of hash



8
9
10
# File 'lib/ruby_diff/git_feeder.rb', line 8

def hash
  @hash
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/ruby_diff/git_feeder.rb', line 8

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/ruby_diff/git_feeder.rb', line 8

def type
  @type
end