Class: SyntaxTree::Translator::Parser::HeredocSegments::HeredocLine
- Inherits:
-
Struct
- Object
- Struct
- SyntaxTree::Translator::Parser::HeredocSegments::HeredocLine
- Defined in:
- lib/syntax_tree/translator/parser.rb
Instance Attribute Summary collapse
-
#segments ⇒ Object
Returns the value of attribute segments.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#segments ⇒ Object
Returns the value of attribute segments
494 495 496 |
# File 'lib/syntax_tree/translator/parser.rb', line 494 def segments @segments end |
#value ⇒ Object
Returns the value of attribute value
494 495 496 |
# File 'lib/syntax_tree/translator/parser.rb', line 494 def value @value end |