Class: FlutterViolation

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



1
2
3
# File 'lib/flutter_analyze_parser.rb', line 1

def description
  @description
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



1
2
3
# File 'lib/flutter_analyze_parser.rb', line 1

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



1
2
3
# File 'lib/flutter_analyze_parser.rb', line 1

def line
  @line
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



1
2
3
# File 'lib/flutter_analyze_parser.rb', line 1

def rule
  @rule
end