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
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def comparison_id @comparison_id end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def diagnostics @diagnostics end |
#dimensions ⇒ Object
Returns the value of attribute dimensions
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def dimensions @dimensions end |
#language ⇒ Object
Returns the value of attribute language
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def language @language end |
#providers ⇒ Object
Returns the value of attribute providers
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def providers @providers end |
#version ⇒ Object
Returns the value of attribute version
854 855 856 |
# File 'lib/ast/merge.rb', line 854 def version @version end |