Class: FindGrep::FindGrep::Option
- Inherits:
-
Struct
- Object
- Struct
- FindGrep::FindGrep::Option
- Defined in:
- lib/findgrep/findgrep.rb
Instance Attribute Summary collapse
-
#colorHighlight ⇒ Object
Returns the value of attribute colorHighlight.
-
#dbFile ⇒ Object
Returns the value of attribute dbFile.
-
#debugMode ⇒ Object
Returns the value of attribute debugMode.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#directory ⇒ Object
Returns the value of attribute directory.
-
#dispHtml ⇒ Object
Returns the value of attribute dispHtml.
-
#filePatterns ⇒ Object
Returns the value of attribute filePatterns.
-
#groongaOnly ⇒ Object
Returns the value of attribute groongaOnly.
-
#ignoreCase ⇒ Object
Returns the value of attribute ignoreCase.
-
#ignoreDirs ⇒ Object
Returns the value of attribute ignoreDirs.
-
#ignoreFiles ⇒ Object
Returns the value of attribute ignoreFiles.
-
#isMatchFile ⇒ Object
Returns the value of attribute isMatchFile.
-
#isSilent ⇒ Object
Returns the value of attribute isSilent.
-
#kcode ⇒ Object
Returns the value of attribute kcode.
-
#keywordsNot ⇒ Object
Returns the value of attribute keywordsNot.
-
#keywordsOr ⇒ Object
Returns the value of attribute keywordsOr.
-
#noSnip ⇒ Object
Returns the value of attribute noSnip.
-
#suffixs ⇒ Object
Returns the value of attribute suffixs.
Instance Attribute Details
#colorHighlight ⇒ Object
Returns the value of attribute colorHighlight
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def colorHighlight @colorHighlight end |
#dbFile ⇒ Object
Returns the value of attribute dbFile
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def dbFile @dbFile end |
#debugMode ⇒ Object
Returns the value of attribute debugMode
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def debugMode @debugMode end |
#depth ⇒ Object
Returns the value of attribute depth
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def depth @depth end |
#directory ⇒ Object
Returns the value of attribute directory
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def directory @directory end |
#dispHtml ⇒ Object
Returns the value of attribute dispHtml
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def dispHtml @dispHtml end |
#filePatterns ⇒ Object
Returns the value of attribute filePatterns
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def filePatterns @filePatterns end |
#groongaOnly ⇒ Object
Returns the value of attribute groongaOnly
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def groongaOnly @groongaOnly end |
#ignoreCase ⇒ Object
Returns the value of attribute ignoreCase
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def ignoreCase @ignoreCase end |
#ignoreDirs ⇒ Object
Returns the value of attribute ignoreDirs
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def ignoreDirs @ignoreDirs end |
#ignoreFiles ⇒ Object
Returns the value of attribute ignoreFiles
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def ignoreFiles @ignoreFiles end |
#isMatchFile ⇒ Object
Returns the value of attribute isMatchFile
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def isMatchFile @isMatchFile end |
#isSilent ⇒ Object
Returns the value of attribute isSilent
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def isSilent @isSilent end |
#kcode ⇒ Object
Returns the value of attribute kcode
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def kcode @kcode end |
#keywordsNot ⇒ Object
Returns the value of attribute keywordsNot
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def keywordsNot @keywordsNot end |
#keywordsOr ⇒ Object
Returns the value of attribute keywordsOr
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def keywordsOr @keywordsOr end |
#noSnip ⇒ Object
Returns the value of attribute noSnip
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def noSnip @noSnip end |
#suffixs ⇒ Object
Returns the value of attribute suffixs
17 18 19 |
# File 'lib/findgrep/findgrep.rb', line 17 def suffixs @suffixs end |