struct AzuCLI::OpenAPI::EndpointExtractor::EndpointInfo

Overview

Endpoint information structure

Defined in:

azu_cli/openapi/endpoint_extractor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, method : String, path : String, request_type : String, response_type : String, file : String) #

[View source]

Instance Method Detail

def file : String #

[View source]
def file=(file : String) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def request_type : String #

[View source]
def request_type=(request_type : String) #

[View source]
def response_type : String #

[View source]
def response_type=(response_type : String) #

[View source]