Class: Ast::Merge::GoProviderComparisonReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GoProviderComparisonReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#comparison_id ⇒ Object
Returns the value of attribute comparison_id.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#language ⇒ Object
Returns the value of attribute language.
-
#providers ⇒ Object
Returns the value of attribute providers.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#comparison_id ⇒ Object
Returns the value of attribute comparison_id
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def comparison_id @comparison_id end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def diagnostics @diagnostics end |
#dimensions ⇒ Object
Returns the value of attribute dimensions
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def dimensions @dimensions end |
#language ⇒ Object
Returns the value of attribute language
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def language @language end |
#providers ⇒ Object
Returns the value of attribute providers
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def providers @providers end |
#version ⇒ Object
Returns the value of attribute version
832 833 834 |
# File 'lib/ast/merge.rb', line 832 def version @version end |