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



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

def doc
  @doc
end

#typeObject

Returns the value of attribute type



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

def type
  @type
end