struct
AzuCLI::OpenAPI::EndpointExtractor::EndpointInfo
- AzuCLI::OpenAPI::EndpointExtractor::EndpointInfo
- Struct
- Value
- Object
Overview
Endpoint information structure
Defined in:
azu_cli/openapi/endpoint_extractor.crConstructors
Instance Method Summary
- #file : String
- #file=(file : String)
- #method : String
- #method=(method : String)
- #name : String
- #name=(name : String)
- #path : String
- #path=(path : String)
- #request_type : String
- #request_type=(request_type : String)
- #response_type : String
- #response_type=(response_type : String)
Constructor Detail
def self.new(name : String, method : String, path : String, request_type : String, response_type : String, file : String)
#