Class: Ast::Merge::MergeConflict
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::MergeConflict
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#conflict_id ⇒ Object
Returns the value of attribute conflict_id.
-
#fallback_scope ⇒ Object
Returns the value of attribute fallback_scope.
-
#message ⇒ Object
Returns the value of attribute message.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
733 734 735 |
# File 'lib/ast/merge.rb', line 733 def category @category end |
#conflict_id ⇒ Object
Returns the value of attribute conflict_id
733 734 735 |
# File 'lib/ast/merge.rb', line 733 def conflict_id @conflict_id end |
#fallback_scope ⇒ Object
Returns the value of attribute fallback_scope
733 734 735 |
# File 'lib/ast/merge.rb', line 733 def fallback_scope @fallback_scope end |
#message ⇒ Object
Returns the value of attribute message
733 734 735 |
# File 'lib/ast/merge.rb', line 733 def @message end |
#path ⇒ Object
Returns the value of attribute path
733 734 735 |
# File 'lib/ast/merge.rb', line 733 def path @path end |