Class: Ast::Merge::NativeParserDefaultsContract
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::NativeParserDefaultsContract
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#contract_id ⇒ Object
Returns the value of attribute contract_id.
-
#defaults ⇒ Object
Returns the value of attribute defaults.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#contract_id ⇒ Object
Returns the value of attribute contract_id
827 828 829 |
# File 'lib/ast/merge.rb', line 827 def contract_id @contract_id end |
#defaults ⇒ Object
Returns the value of attribute defaults
827 828 829 |
# File 'lib/ast/merge.rb', line 827 def defaults @defaults end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
827 828 829 |
# File 'lib/ast/merge.rb', line 827 def diagnostics @diagnostics end |
#version ⇒ Object
Returns the value of attribute version
827 828 829 |
# File 'lib/ast/merge.rb', line 827 def version @version end |