class Redoc::TypeRef

Overview

Represents a type reference in a namespaced type.

Included Modules

Defined in:

redoc/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def full_name : String #

The full name (or Fully-Qualified Name) of the referenced type.


[View source]
def html_id : String #

The HTML ID of the referenced type.


[View source]
def kind : Kind #

The kind of the referenced type.


[View source]
def name : String #

The name of the referenced type.


[View source]
def path : String | Nil #

The HTML path of the referenced type.


[View source]