Class: Ast::Merge::FormattingHardGateReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FormattingHardGateReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#gates ⇒ Object
Returns the value of attribute gates.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
811 812 813 |
# File 'lib/ast/merge.rb', line 811 def diagnostics @diagnostics end |
#gates ⇒ Object
Returns the value of attribute gates
811 812 813 |
# File 'lib/ast/merge.rb', line 811 def gates @gates end |
#report_id ⇒ Object
Returns the value of attribute report_id
811 812 813 |
# File 'lib/ast/merge.rb', line 811 def report_id @report_id end |
#version ⇒ Object
Returns the value of attribute version
811 812 813 |
# File 'lib/ast/merge.rb', line 811 def version @version end |