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



862
863
864
# File 'lib/ast/merge.rb', line 862

def active_profile
  @active_profile
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



862
863
864
# File 'lib/ast/merge.rb', line 862

def diagnostics
  @diagnostics
end

#enabled_rulesObject

Returns the value of attribute enabled_rules

Returns:

  • (Object)

    the current value of enabled_rules



862
863
864
# File 'lib/ast/merge.rb', line 862

def enabled_rules
  @enabled_rules
end

#fallback_countObject

Returns the value of attribute fallback_count

Returns:

  • (Object)

    the current value of fallback_count



862
863
864
# File 'lib/ast/merge.rb', line 862

def fallback_count
  @fallback_count
end

#profileObject

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



862
863
864
# File 'lib/ast/merge.rb', line 862

def profile
  @profile
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



862
863
864
# File 'lib/ast/merge.rb', line 862

def report_id
  @report_id
end

#skipped_rulesObject

Returns the value of attribute skipped_rules

Returns:

  • (Object)

    the current value of skipped_rules



862
863
864
# File 'lib/ast/merge.rb', line 862

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



862
863
864
# File 'lib/ast/merge.rb', line 862

def unresolved_conflict_count
  @unresolved_conflict_count
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



862
863
864
# File 'lib/ast/merge.rb', line 862

def version
  @version
end