Class: Amp::Core::Repositories::Git::TreeObject::TreeEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/amp-git/repo_format/tree_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



31
32
33
# File 'lib/amp-git/repo_format/tree_object.rb', line 31

def mode
  @mode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



31
32
33
# File 'lib/amp-git/repo_format/tree_object.rb', line 31

def name
  @name
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



31
32
33
# File 'lib/amp-git/repo_format/tree_object.rb', line 31

def ref
  @ref
end