class Analyzer

Direct Known Subclasses

Defined in:

models/analyzer.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(options : Hash(Symbol, String)) #

[View source]

Instance Method Detail

def analyze #

[View source]
def base_path : String #

[View source]
def logger : NoirLogger #

[View source]
def result : Array(Endpoint) #

[View source]
def url : String #

[View source]

Macro Detail

macro define_getter_methods(names) #

[View source]