class Redoc::TypeRef
- Redoc::TypeRef
- Reference
- Object
Overview
Represents a type reference in a namespaced type.
Included Modules
- JSON::Serializable
Defined in:
redoc/types.crConstructors
Instance Method Summary
-
#full_name : String
The full name (or Fully-Qualified Name) of the referenced type.
-
#html_id : String
The HTML ID of the referenced type.
-
#kind : Kind
The kind of the referenced type.
-
#name : String
The name of the referenced type.
-
#path : String | Nil
The HTML path of the referenced type.