Class: FlutterViolation
- Inherits:
-
Struct
- Object
- Struct
- FlutterViolation
- Defined in:
- lib/flutter_analyze_parser.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
1 2 3 |
# File 'lib/flutter_analyze_parser.rb', line 1 def description @description end |
#file ⇒ Object
Returns the value of attribute file
1 2 3 |
# File 'lib/flutter_analyze_parser.rb', line 1 def file @file end |
#line ⇒ Object
Returns the value of attribute line
1 2 3 |
# File 'lib/flutter_analyze_parser.rb', line 1 def line @line end |
#rule ⇒ Object
Returns the value of attribute rule
1 2 3 |
# File 'lib/flutter_analyze_parser.rb', line 1 def rule @rule end |