Class: Ast::Merge::PerformanceTimeoutDiagnostic

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

Instance Attribute Summary collapse

Instance Attribute Details

#categoryObject

Returns the value of attribute category

Returns:

  • (Object)

    the current value of category



853
854
855
# File 'lib/ast/merge.rb', line 853

def category
  @category
end

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



853
854
855
# File 'lib/ast/merge.rb', line 853

def code
  @code
end

#fallbackObject

Returns the value of attribute fallback

Returns:

  • (Object)

    the current value of fallback



853
854
855
# File 'lib/ast/merge.rb', line 853

def fallback
  @fallback
end

#severityObject

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



853
854
855
# File 'lib/ast/merge.rb', line 853

def severity
  @severity
end