Class: Sharekit::Cli::Scanner::Rule
- Inherits:
-
Data
- Object
- Data
- Sharekit::Cli::Scanner::Rule
- Defined in:
- lib/sharekit/cli/scanner.rb
Instance Attribute Summary collapse
-
#context_before ⇒ Object
readonly
Returns the value of attribute context_before.
-
#leading_ellipsis ⇒ Object
readonly
Returns the value of attribute leading_ellipsis.
-
#max_len ⇒ Object
readonly
Returns the value of attribute max_len.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pattern ⇒ Object
readonly
Returns the value of attribute pattern.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#context_before ⇒ Object (readonly)
Returns the value of attribute context_before
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def context_before @context_before end |
#leading_ellipsis ⇒ Object (readonly)
Returns the value of attribute leading_ellipsis
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def leading_ellipsis @leading_ellipsis end |
#max_len ⇒ Object (readonly)
Returns the value of attribute max_len
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def max_len @max_len end |
#name ⇒ Object (readonly)
Returns the value of attribute name
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def name @name end |
#pattern ⇒ Object (readonly)
Returns the value of attribute pattern
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def pattern @pattern end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
11 12 13 |
# File 'lib/sharekit/cli/scanner.rb', line 11 def severity @severity end |