Class: Ast::Merge::HandlerChildNode
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::HandlerChildNode
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#node_id ⇒ Object
Returns the value of attribute node_id.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#node_id ⇒ Object
Returns the value of attribute node_id
761 762 763 |
# File 'lib/ast/merge.rb', line 761 def node_id @node_id end |
#signature ⇒ Object
Returns the value of attribute signature
761 762 763 |
# File 'lib/ast/merge.rb', line 761 def signature @signature end |
#source ⇒ Object
Returns the value of attribute source
761 762 763 |
# File 'lib/ast/merge.rb', line 761 def source @source end |