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



811
812
813
# File 'lib/ast/merge.rb', line 811

def conflict_category
  @conflict_category
end

#fallback_idObject

Returns the value of attribute fallback_id

Returns:

  • (Object)

    the current value of fallback_id



811
812
813
# File 'lib/ast/merge.rb', line 811

def fallback_id
  @fallback_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



811
812
813
# File 'lib/ast/merge.rb', line 811

def path
  @path
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



811
812
813
# File 'lib/ast/merge.rb', line 811

def scope
  @scope
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



811
812
813
# File 'lib/ast/merge.rb', line 811

def strategy
  @strategy
end