Class: Ast::Merge::PerformanceTimeoutDiagnostic
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::PerformanceTimeoutDiagnostic
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#code ⇒ Object
Returns the value of attribute code.
-
#fallback ⇒ Object
Returns the value of attribute fallback.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
853 854 855 |
# File 'lib/ast/merge.rb', line 853 def category @category end |
#code ⇒ Object
Returns the value of attribute code
853 854 855 |
# File 'lib/ast/merge.rb', line 853 def code @code end |
#fallback ⇒ Object
Returns the value of attribute fallback
853 854 855 |
# File 'lib/ast/merge.rb', line 853 def fallback @fallback end |
#severity ⇒ Object
Returns the value of attribute severity
853 854 855 |
# File 'lib/ast/merge.rb', line 853 def severity @severity end |