Class: Nodes::MemberInfo

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



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

def doc
  @doc
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end