Class: Ast::Merge::FallbackUsageEntry
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FallbackUsageEntry
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#conflict_category ⇒ Object
Returns the value of attribute conflict_category.
-
#fallback_id ⇒ Object
Returns the value of attribute fallback_id.
-
#path ⇒ Object
Returns the value of attribute path.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
789 790 791 |
# File 'lib/ast/merge.rb', line 789 def conflict_category @conflict_category end |
#fallback_id ⇒ Object
Returns the value of attribute fallback_id
789 790 791 |
# File 'lib/ast/merge.rb', line 789 def fallback_id @fallback_id end |
#path ⇒ Object
Returns the value of attribute path
789 790 791 |
# File 'lib/ast/merge.rb', line 789 def path @path end |
#scope ⇒ Object
Returns the value of attribute scope
789 790 791 |
# File 'lib/ast/merge.rb', line 789 def scope @scope end |
#strategy ⇒ Object
Returns the value of attribute strategy
789 790 791 |
# File 'lib/ast/merge.rb', line 789 def strategy @strategy end |