Class: Ast::Merge::ProfileConformanceReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileConformanceReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#active_profile ⇒ Object
Returns the value of attribute active_profile.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#enabled_rules ⇒ Object
Returns the value of attribute enabled_rules.
-
#fallback_count ⇒ Object
Returns the value of attribute fallback_count.
-
#profile ⇒ Object
Returns the value of attribute profile.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#skipped_rules ⇒ Object
Returns the value of attribute skipped_rules.
-
#unresolved_conflict_count ⇒ Object
Returns the value of attribute unresolved_conflict_count.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#active_profile ⇒ Object
Returns the value of attribute active_profile
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def active_profile @active_profile end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def diagnostics @diagnostics end |
#enabled_rules ⇒ Object
Returns the value of attribute enabled_rules
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def enabled_rules @enabled_rules end |
#fallback_count ⇒ Object
Returns the value of attribute fallback_count
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def fallback_count @fallback_count end |
#profile ⇒ Object
Returns the value of attribute profile
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def profile @profile end |
#report_id ⇒ Object
Returns the value of attribute report_id
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def report_id @report_id end |
#skipped_rules ⇒ Object
Returns the value of attribute skipped_rules
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def skipped_rules @skipped_rules end |
#unresolved_conflict_count ⇒ Object
Returns the value of attribute unresolved_conflict_count
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def unresolved_conflict_count @unresolved_conflict_count end |
#version ⇒ Object
Returns the value of attribute version
862 863 864 |
# File 'lib/ast/merge.rb', line 862 def version @version end |