Class: LintRoller::Rules
- Inherits:
-
Struct
- Object
- Struct
- LintRoller::Rules
- Defined in:
- lib/lint_roller/rules.rb
Instance Attribute Summary collapse
-
#config_format ⇒ Object
Returns the value of attribute config_format.
-
#error ⇒ Object
Returns the value of attribute error.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#config_format ⇒ Object
Returns the value of attribute config_format
2 3 4 |
# File 'lib/lint_roller/rules.rb', line 2 def config_format @config_format end |
#error ⇒ Object
Returns the value of attribute error
2 3 4 |
# File 'lib/lint_roller/rules.rb', line 2 def error @error end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/lint_roller/rules.rb', line 2 def type @type end |
#value ⇒ Object
Returns the value of attribute value
2 3 4 |
# File 'lib/lint_roller/rules.rb', line 2 def value @value end |