Class: RepoInternal::IgnoreEntry
- Inherits:
-
Object
- Object
- RepoInternal::IgnoreEntry
- Defined in:
- lib/lenc/repo.rb
Instance Attribute Summary collapse
-
#dbPattern ⇒ Object
Returns the value of attribute dbPattern.
-
#dirOnly ⇒ Object
Returns the value of attribute dirOnly.
-
#negated ⇒ Object
Returns the value of attribute negated.
-
#pathMode ⇒ Object
Returns the value of attribute pathMode.
-
#rexp ⇒ Object
Returns the value of attribute rexp.
Instance Method Summary collapse
-
#initialize ⇒ IgnoreEntry
constructor
Representation of a .lencignore entry.
Constructor Details
#initialize ⇒ IgnoreEntry
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
#dbPattern ⇒ Object
Returns the value of attribute dbPattern.
11 12 13 |
# File 'lib/lenc/repo.rb', line 11 def dbPattern @dbPattern end |
#dirOnly ⇒ Object
Returns the value of attribute dirOnly.
11 12 13 |
# File 'lib/lenc/repo.rb', line 11 def dirOnly @dirOnly end |
#negated ⇒ Object
Returns the value of attribute negated.
11 12 13 |
# File 'lib/lenc/repo.rb', line 11 def negated @negated end |
#pathMode ⇒ Object
Returns the value of attribute pathMode.
11 12 13 |
# File 'lib/lenc/repo.rb', line 11 def pathMode @pathMode end |
#rexp ⇒ Object
Returns the value of attribute rexp.
11 12 13 |
# File 'lib/lenc/repo.rb', line 11 def rexp @rexp end |