Class: Ast::Merge::BackendGapConformanceGap

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

Instance Attribute Summary collapse

Instance Attribute Details

#capabilityObject

Returns the value of attribute capability

Returns:

  • (Object)

    the current value of capability



839
840
841
# File 'lib/ast/merge.rb', line 839

def capability
  @capability
end

#diagnostic_codeObject

Returns the value of attribute diagnostic_code

Returns:

  • (Object)

    the current value of diagnostic_code



839
840
841
# File 'lib/ast/merge.rb', line 839

def diagnostic_code
  @diagnostic_code
end

#impactObject

Returns the value of attribute impact

Returns:

  • (Object)

    the current value of impact



839
840
841
# File 'lib/ast/merge.rb', line 839

def impact
  @impact
end

#normalized_fallbackObject

Returns the value of attribute normalized_fallback

Returns:

  • (Object)

    the current value of normalized_fallback



839
840
841
# File 'lib/ast/merge.rb', line 839

def normalized_fallback
  @normalized_fallback
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



839
840
841
# File 'lib/ast/merge.rb', line 839

def status
  @status
end