struct
AzuCLI::OpenAPI::Parser::OperationInfo
- AzuCLI::OpenAPI::Parser::OperationInfo
- Struct
- Value
- Object
Overview
Helper struct for operation information
Defined in:
azu_cli/openapi/parser.crConstructors
Instance Method Summary
- #method : String
- #method=(method : String)
- #operation : Operation
- #operation=(operation : Operation)
- #operation_id : String
- #operation_id=(operation_id : String)
- #path : String
- #path=(path : String)
Constructor Detail
def self.new(path : String, method : String, operation : AzuCLI::OpenAPI::Operation, operation_id : String)
#