Class: Gitdocs::Repository::Path::DirEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitdocs/repository/path.rb

Instance Attribute Summary collapse

Instance Attribute Details

#is_directoryObject

Returns the value of attribute is_directory



103
104
105
# File 'lib/gitdocs/repository/path.rb', line 103

def is_directory
  @is_directory
end

#nameObject

Returns the value of attribute name



103
104
105
# File 'lib/gitdocs/repository/path.rb', line 103

def name
  @name
end