Class: RepoInternal::IgnoreEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/lenc/repo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIgnoreEntry

Representation of a .lencignore entry



14
15
16
# File 'lib/lenc/repo.rb', line 14

def initialize
  @dirOnly, @negated, @pathMode, @rexp, @dbPattern = nil
end

Instance Attribute Details

#dbPatternObject

Returns the value of attribute dbPattern.



11
12
13
# File 'lib/lenc/repo.rb', line 11

def dbPattern
  @dbPattern
end

#dirOnlyObject

Returns the value of attribute dirOnly.



11
12
13
# File 'lib/lenc/repo.rb', line 11

def dirOnly
  @dirOnly
end

#negatedObject

Returns the value of attribute negated.



11
12
13
# File 'lib/lenc/repo.rb', line 11

def negated
  @negated
end

#pathModeObject

Returns the value of attribute pathMode.



11
12
13
# File 'lib/lenc/repo.rb', line 11

def pathMode
  @pathMode
end

#rexpObject

Returns the value of attribute rexp.



11
12
13
# File 'lib/lenc/repo.rb', line 11

def rexp
  @rexp
end