Class: Ast::Merge::ProfileConformanceReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#active_profileObject

Returns the value of attribute active_profile

Returns:

  • (Object)

    the current value of active_profile



884
885
886
# File 'lib/ast/merge.rb', line 884

def active_profile
  @active_profile
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



884
885
886
# File 'lib/ast/merge.rb', line 884

def diagnostics
  @diagnostics
end

#enabled_rulesObject

Returns the value of attribute enabled_rules

Returns:

  • (Object)

    the current value of enabled_rules



884
885
886
# File 'lib/ast/merge.rb', line 884

def enabled_rules
  @enabled_rules
end

#fallback_countObject

Returns the value of attribute fallback_count

Returns:

  • (Object)

    the current value of fallback_count



884
885
886
# File 'lib/ast/merge.rb', line 884

def fallback_count
  @fallback_count
end

#profileObject

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



884
885
886
# File 'lib/ast/merge.rb', line 884

def profile
  @profile
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



884
885
886
# File 'lib/ast/merge.rb', line 884

def report_id
  @report_id
end

#skipped_rulesObject

Returns the value of attribute skipped_rules

Returns:

  • (Object)

    the current value of skipped_rules



884
885
886
# File 'lib/ast/merge.rb', line 884

def skipped_rules
  @skipped_rules
end

#unresolved_conflict_countObject

Returns the value of attribute unresolved_conflict_count

Returns:

  • (Object)

    the current value of unresolved_conflict_count



884
885
886
# File 'lib/ast/merge.rb', line 884

def unresolved_conflict_count
  @unresolved_conflict_count
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



884
885
886
# File 'lib/ast/merge.rb', line 884

def version
  @version
end