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
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def backend_family @backend_family end |
#compares_with ⇒ Object
Returns the value of attribute compares_with
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def compares_with @compares_with end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def diagnostics @diagnostics end |
#language ⇒ Object
Returns the value of attribute language
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def language @language end |
#module ⇒ Object
Returns the value of attribute module
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def module @module end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def provider_id @provider_id end |
#role ⇒ Object
Returns the value of attribute role
830 831 832 |
# File 'lib/ast/merge.rb', line 830 def role @role end |