Class: Ast::Merge::HostLanguageNativeProviderContracts
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::HostLanguageNativeProviderContracts
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#providers ⇒ Object
Returns the value of attribute providers.
-
#suite_id ⇒ Object
Returns the value of attribute suite_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
824 825 826 |
# File 'lib/ast/merge.rb', line 824 def diagnostics @diagnostics end |
#providers ⇒ Object
Returns the value of attribute providers
824 825 826 |
# File 'lib/ast/merge.rb', line 824 def providers @providers end |
#suite_id ⇒ Object
Returns the value of attribute suite_id
824 825 826 |
# File 'lib/ast/merge.rb', line 824 def suite_id @suite_id end |
#version ⇒ Object
Returns the value of attribute version
824 825 826 |
# File 'lib/ast/merge.rb', line 824 def version @version end |