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
875 876 877 |
# File 'lib/ast/merge.rb', line 875 def category @category end |
#code ⇒ Object
Returns the value of attribute code
875 876 877 |
# File 'lib/ast/merge.rb', line 875 def code @code end |
#fallback ⇒ Object
Returns the value of attribute fallback
875 876 877 |
# File 'lib/ast/merge.rb', line 875 def fallback @fallback end |
#severity ⇒ Object
Returns the value of attribute severity
875 876 877 |
# File 'lib/ast/merge.rb', line 875 def severity @severity end |