Class: Ast::Merge::RenderStrategyMetadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



797
798
799
# File 'lib/ast/merge.rb', line 797

def path
  @path
end

#preserves_source_fragmentObject

Returns the value of attribute preserves_source_fragment

Returns:

  • (Object)

    the current value of preserves_source_fragment



797
798
799
# File 'lib/ast/merge.rb', line 797

def preserves_source_fragment
  @preserves_source_fragment
end

#requires_reparseObject

Returns the value of attribute requires_reparse

Returns:

  • (Object)

    the current value of requires_reparse



797
798
799
# File 'lib/ast/merge.rb', line 797

def requires_reparse
  @requires_reparse
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



797
798
799
# File 'lib/ast/merge.rb', line 797

def span
  @span
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



797
798
799
# File 'lib/ast/merge.rb', line 797

def strategy
  @strategy
end