Class: Amp::Core::Repositories::Git::TreeObject::TreeEntry
- Inherits:
-
Struct
- Object
- Struct
- Amp::Core::Repositories::Git::TreeObject::TreeEntry
- Defined in:
- lib/amp-git/repo_format/tree_object.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ref ⇒ Object
Returns the value of attribute ref.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
31 32 33 |
# File 'lib/amp-git/repo_format/tree_object.rb', line 31 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/amp-git/repo_format/tree_object.rb', line 31 def name @name end |
#ref ⇒ Object
Returns the value of attribute ref
31 32 33 |
# File 'lib/amp-git/repo_format/tree_object.rb', line 31 def ref @ref end |