struct AzuCLI::OpenAPI::ResponseExtractor::ResponseInfo

Overview

Response information structure

Defined in:

azu_cli/openapi/response_extractor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, properties : Hash(String, String), file : String) #

[View source]

Instance Method Detail

def file : String #

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

[View source]
def name : String #

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

[View source]
def properties : Hash(String, String) #

[View source]
def properties=(properties : Hash(String, String)) #

[View source]