Class: Ast::Merge::ConflictHandlerRegistryReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ConflictHandlerRegistryReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#handlers ⇒ Object
Returns the value of attribute handlers.
-
#registry_id ⇒ Object
Returns the value of attribute registry_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
759 760 761 |
# File 'lib/ast/merge.rb', line 759 def diagnostics @diagnostics end |
#handlers ⇒ Object
Returns the value of attribute handlers
759 760 761 |
# File 'lib/ast/merge.rb', line 759 def handlers @handlers end |
#registry_id ⇒ Object
Returns the value of attribute registry_id
759 760 761 |
# File 'lib/ast/merge.rb', line 759 def registry_id @registry_id end |
#version ⇒ Object
Returns the value of attribute version
759 760 761 |
# File 'lib/ast/merge.rb', line 759 def version @version end |