struct Redoc::Location

Overview

Represents a type's location in a library.

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 filename : String #

The filename of the type.


[View source]
def line_number : Int32 #

The line number of the type's definition.


[View source]
def url : String | Nil #

[View source]