Class: Ast::Merge::RenderStrategyMetadata
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::RenderStrategyMetadata
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#preserves_source_fragment ⇒ Object
Returns the value of attribute preserves_source_fragment.
-
#requires_reparse ⇒ Object
Returns the value of attribute requires_reparse.
-
#span ⇒ Object
Returns the value of attribute span.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
797 798 799 |
# File 'lib/ast/merge.rb', line 797 def path @path end |
#preserves_source_fragment ⇒ Object
Returns the value of attribute preserves_source_fragment
797 798 799 |
# File 'lib/ast/merge.rb', line 797 def preserves_source_fragment @preserves_source_fragment end |
#requires_reparse ⇒ Object
Returns the value of attribute requires_reparse
797 798 799 |
# File 'lib/ast/merge.rb', line 797 def requires_reparse @requires_reparse end |
#span ⇒ Object
Returns the value of attribute span
797 798 799 |
# File 'lib/ast/merge.rb', line 797 def span @span end |
#strategy ⇒ Object
Returns the value of attribute strategy
797 798 799 |
# File 'lib/ast/merge.rb', line 797 def strategy @strategy end |