Class: Ast::Merge::NativeProviderProvingGroundReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::NativeProviderProvingGroundReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#checks ⇒ Object
Returns the value of attribute checks.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#language ⇒ Object
Returns the value of attribute language.
-
#providers ⇒ Object
Returns the value of attribute providers.
-
#report_id ⇒ Object
Returns the value of attribute report_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#checks ⇒ Object
Returns the value of attribute checks
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def checks @checks end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def language @language end |
#providers ⇒ Object
Returns the value of attribute providers
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def providers @providers end |
#report_id ⇒ Object
Returns the value of attribute report_id
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def report_id @report_id end |
#version ⇒ Object
Returns the value of attribute version
828 829 830 |
# File 'lib/ast/merge.rb', line 828 def version @version end |