Class: Ast::Merge::HandlerChildNode

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

Instance Attribute Summary collapse

Instance Attribute Details

#node_idObject

Returns the value of attribute node_id

Returns:

  • (Object)

    the current value of node_id



761
762
763
# File 'lib/ast/merge.rb', line 761

def node_id
  @node_id
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



761
762
763
# File 'lib/ast/merge.rb', line 761

def signature
  @signature
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



761
762
763
# File 'lib/ast/merge.rb', line 761

def source
  @source
end