Class: FindGrep::FindGrep::Option

Inherits:
Struct
  • Object
show all
Defined in:
lib/findgrep/findgrep.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorHighlightObject

Returns the value of attribute colorHighlight

Returns:

  • (Object)

    the current value of colorHighlight



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def colorHighlight
  @colorHighlight
end

#dbFileObject

Returns the value of attribute dbFile

Returns:

  • (Object)

    the current value of dbFile



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def dbFile
  @dbFile
end

#debugModeObject

Returns the value of attribute debugMode

Returns:

  • (Object)

    the current value of debugMode



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def debugMode
  @debugMode
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def depth
  @depth
end

#directoryObject

Returns the value of attribute directory

Returns:

  • (Object)

    the current value of directory



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def directory
  @directory
end

#dispHtmlObject

Returns the value of attribute dispHtml

Returns:

  • (Object)

    the current value of dispHtml



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def dispHtml
  @dispHtml
end

#filePatternsObject

Returns the value of attribute filePatterns

Returns:

  • (Object)

    the current value of filePatterns



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def filePatterns
  @filePatterns
end

#groongaOnlyObject

Returns the value of attribute groongaOnly

Returns:

  • (Object)

    the current value of groongaOnly



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def groongaOnly
  @groongaOnly
end

#ignoreCaseObject

Returns the value of attribute ignoreCase

Returns:

  • (Object)

    the current value of ignoreCase



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def ignoreCase
  @ignoreCase
end

#ignoreDirsObject

Returns the value of attribute ignoreDirs

Returns:

  • (Object)

    the current value of ignoreDirs



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def ignoreDirs
  @ignoreDirs
end

#ignoreFilesObject

Returns the value of attribute ignoreFiles

Returns:

  • (Object)

    the current value of ignoreFiles



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def ignoreFiles
  @ignoreFiles
end

#isMatchFileObject

Returns the value of attribute isMatchFile

Returns:

  • (Object)

    the current value of isMatchFile



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def isMatchFile
  @isMatchFile
end

#isSilentObject

Returns the value of attribute isSilent

Returns:

  • (Object)

    the current value of isSilent



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def isSilent
  @isSilent
end

#kcodeObject

Returns the value of attribute kcode

Returns:

  • (Object)

    the current value of kcode



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def kcode
  @kcode
end

#keywordsNotObject

Returns the value of attribute keywordsNot

Returns:

  • (Object)

    the current value of keywordsNot



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def keywordsNot
  @keywordsNot
end

#keywordsOrObject

Returns the value of attribute keywordsOr

Returns:

  • (Object)

    the current value of keywordsOr



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def keywordsOr
  @keywordsOr
end

#noSnipObject

Returns the value of attribute noSnip

Returns:

  • (Object)

    the current value of noSnip



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def noSnip
  @noSnip
end

#suffixsObject

Returns the value of attribute suffixs

Returns:

  • (Object)

    the current value of suffixs



17
18
19
# File 'lib/findgrep/findgrep.rb', line 17

def suffixs
  @suffixs
end