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



819
820
821
# File 'lib/ast/merge.rb', line 819

def path
  @path
end

#preserves_source_fragmentObject

Returns the value of attribute preserves_source_fragment

Returns:

  • (Object)

    the current value of preserves_source_fragment



819
820
821
# File 'lib/ast/merge.rb', line 819

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



819
820
821
# File 'lib/ast/merge.rb', line 819

def requires_reparse
  @requires_reparse
end

#spanObject

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



819
820
821
# File 'lib/ast/merge.rb', line 819

def span
  @span
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



819
820
821
# File 'lib/ast/merge.rb', line 819

def strategy
  @strategy
end