Class: Ast::Merge::FallbackUsageEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_categoryObject

Returns the value of attribute conflict_category

Returns:

  • (Object)

    the current value of conflict_category



789
790
791
# File 'lib/ast/merge.rb', line 789

def conflict_category
  @conflict_category
end

#fallback_idObject

Returns the value of attribute fallback_id

Returns:

  • (Object)

    the current value of fallback_id



789
790
791
# File 'lib/ast/merge.rb', line 789

def fallback_id
  @fallback_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



789
790
791
# File 'lib/ast/merge.rb', line 789

def path
  @path
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



789
790
791
# File 'lib/ast/merge.rb', line 789

def scope
  @scope
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



789
790
791
# File 'lib/ast/merge.rb', line 789

def strategy
  @strategy
end