Class: Nodes::NodeInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#docObject

Returns the value of attribute doc

Returns:

  • (Object)

    the current value of doc



38
39
40
# File 'ext/internal/node/nodes.rb', line 38

def doc
  @doc
end

#membersObject

Returns the value of attribute members

Returns:

  • (Object)

    the current value of members



38
39
40
# File 'ext/internal/node/nodes.rb', line 38

def members
  @members
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'ext/internal/node/nodes.rb', line 38

def name
  @name
end

#version_rangeObject

Returns the value of attribute version_range

Returns:

  • (Object)

    the current value of version_range



38
39
40
# File 'ext/internal/node/nodes.rb', line 38

def version_range
  @version_range
end