Class: Typeguard::TypeModel::Definitions::TypeNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/typeguard/type_model/definitions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



6
7
8
# File 'lib/typeguard/type_model/definitions.rb', line 6

def children
  @children
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



6
7
8
# File 'lib/typeguard/type_model/definitions.rb', line 6

def kind
  @kind
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



6
7
8
# File 'lib/typeguard/type_model/definitions.rb', line 6

def 
  @metadata
end

#shapeObject

Returns the value of attribute shape

Returns:

  • (Object)

    the current value of shape



6
7
8
# File 'lib/typeguard/type_model/definitions.rb', line 6

def shape
  @shape
end