Refresh

This website rubydoc.info/gems/ruby-internal/Node_Type_Descrip is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: Node_Type_Descrip

Inherits:
Struct
  • Object
show all
Defined in:
ext/internal/node/node_type_descrip.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'ext/internal/node/node_type_descrip.rb', line 28

def name
  @name
end

#node1Object

Returns the value of attribute node1

Returns:

  • (Object)

    the current value of node1



28
29
30
# File 'ext/internal/node/node_type_descrip.rb', line 28

def node1
  @node1
end

#node2Object

Returns the value of attribute node2

Returns:

  • (Object)

    the current value of node2



28
29
30
# File 'ext/internal/node/node_type_descrip.rb', line 28

def node2
  @node2
end

#node3Object

Returns the value of attribute node3

Returns:

  • (Object)

    the current value of node3



28
29
30
# File 'ext/internal/node/node_type_descrip.rb', line 28

def node3
  @node3
end