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

Returns:

  • (Object)

    the current value of is_directory



117
118
119
# File 'lib/gitdocs/repository/path.rb', line 117

def is_directory
  @is_directory
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



117
118
119
# File 'lib/gitdocs/repository/path.rb', line 117

def name
  @name
end