struct AzuCLI::OpenAPI::Parser::OperationInfo

Overview

Helper struct for operation information

Defined in:

azu_cli/openapi/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, method : String, operation : AzuCLI::OpenAPI::Operation, operation_id : String) #

[View source]

Instance Method Detail

def method : String #

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

[View source]
def operation : Operation #

[View source]
def operation=(operation : Operation) #

[View source]
def operation_id : String #

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

[View source]
def path : String #

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

[View source]