struct

Analyzer::Ruby::Grape::GrapeIndex

Inherits Struct < Value < Object

Cross-file Grape index: the set of classes that are (transitively) a Grape::API, plus the prefix each class's routes inherit from the aggregator(s) that mount it.

Constructors

new(classes : Set(String), inherited : Hash(String, String))
Source

Instance methods

classes
clone
Source
copy_with(classes _classes = @classes, inherited _inherited = @inherited)
Source
inherited