Class: Ast::Merge::GoDSTProviderStackReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::GoDSTProviderStackReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#backend_family ⇒ Object
Returns the value of attribute backend_family.
-
#compares_with ⇒ Object
Returns the value of attribute compares_with.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#language ⇒ Object
Returns the value of attribute language.
-
#module ⇒ Object
Returns the value of attribute module.
-
#provider_id ⇒ Object
Returns the value of attribute provider_id.
-
#role ⇒ Object
Returns the value of attribute role.
Instance Attribute Details
#backend_family ⇒ Object
Returns the value of attribute backend_family
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def backend_family @backend_family end |
#compares_with ⇒ Object
Returns the value of attribute compares_with
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def compares_with @compares_with end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def language @language end |
#module ⇒ Object
Returns the value of attribute module
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def module @module end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def provider_id @provider_id end |
#role ⇒ Object
Returns the value of attribute role
852 853 854 |
# File 'lib/ast/merge.rb', line 852 def role @role end |