Class: Ast::Merge::BackendGapConformanceGap
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::BackendGapConformanceGap
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#capability ⇒ Object
Returns the value of attribute capability.
-
#diagnostic_code ⇒ Object
Returns the value of attribute diagnostic_code.
-
#impact ⇒ Object
Returns the value of attribute impact.
-
#normalized_fallback ⇒ Object
Returns the value of attribute normalized_fallback.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#capability ⇒ Object
Returns the value of attribute capability
861 862 863 |
# File 'lib/ast/merge.rb', line 861 def capability @capability end |
#diagnostic_code ⇒ Object
Returns the value of attribute diagnostic_code
861 862 863 |
# File 'lib/ast/merge.rb', line 861 def diagnostic_code @diagnostic_code end |
#impact ⇒ Object
Returns the value of attribute impact
861 862 863 |
# File 'lib/ast/merge.rb', line 861 def impact @impact end |
#normalized_fallback ⇒ Object
Returns the value of attribute normalized_fallback
861 862 863 |
# File 'lib/ast/merge.rb', line 861 def normalized_fallback @normalized_fallback end |
#status ⇒ Object
Returns the value of attribute status
861 862 863 |
# File 'lib/ast/merge.rb', line 861 def status @status end |