struct

Redoc::Location

Inherits JSON::Serializable < Struct < Value < Object

Represents a type's location in a library.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

filename

The filename of the type.

Source
line_number

The line number of the type's definition.

Source
url

A generated URL to the type (likely a repository).

Source