Class Node::IVAR
In: ext/nodeinfo.c
Parent: Node

A placeholder for an attribute reader method, which can added to a class by using attr_reader:

  attr_reader :attribute

Its writer counterpart is ATTRSET.

Methods

members   vid  

Public Class methods

Return an array of strings containing the names of the node class‘s members.

Public Instance methods

the name of the local variable

[Validate]