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
839 840 841 |
# File 'lib/ast/merge.rb', line 839 def capability @capability end |
#diagnostic_code ⇒ Object
Returns the value of attribute diagnostic_code
839 840 841 |
# File 'lib/ast/merge.rb', line 839 def diagnostic_code @diagnostic_code end |
#impact ⇒ Object
Returns the value of attribute impact
839 840 841 |
# File 'lib/ast/merge.rb', line 839 def impact @impact end |
#normalized_fallback ⇒ Object
Returns the value of attribute normalized_fallback
839 840 841 |
# File 'lib/ast/merge.rb', line 839 def normalized_fallback @normalized_fallback end |
#status ⇒ Object
Returns the value of attribute status
839 840 841 |
# File 'lib/ast/merge.rb', line 839 def status @status end |