Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
azu_cli
v0.1.7
AzuCLI
CLI
Commands
Base
Database
DB
Create
DataMigrate
Drop
Migrate
Reset
Rollback
SchemaLoad
Seed
SeedRunner
Setup
Status
Validate
Verify
Generate
Help
Init
Jobs
Base
Clear
Retry
Status
UI
Worker
New
OpenAPI
Export
Generate
Plugin
Result
Serve
Session
Clear
Setup
Test
Version
Config
Adapters
ErrorCategory
ErrorSeverity
Extensions
Hosts
HttpStatus
Paths
Patterns
Ports
TemplateEngines
Generate
ActionEndpoint
Auth
Channel
Component
DataMigration
Endpoint
Job
JoobQ
Mailer
Middleware
Migration
Model
Page
Project
Request
Field
FieldCollection
Service
Session
Template
Validator
Logger
Middleware
Base
Configuration
ErrorHandler
Logging
MigrationErrorHandler
OpenAPI
Analyzer
CodeGenerator
Components
Contact
EndpointExtractor
EndpointInfo
EndpointGenerator
Example
Header
Info
License
MediaType
ModelExtractor
ModelInfo
ModelGenerator
Operation
Parameter
Parser
OperationInfo
PathItem
RequestBody
RequestExtractor
RequestInfo
RequestGenerator
Response
ResponseExtractor
ResponseInfo
ResponseGenerator
Schema
SchemaMapper
SecurityScheme
Server
Spec
SpecBuilder
Tag
TypeMapper
Plugins
Base
DatabasePlugin
DevelopmentPlugin
ExternalPlugin
GeneratorPlugin
ProjectDetector
Utils
Validators
JinjaValidator
ValidationError
ValidationResult
MigrationValidator
Generated using Crystal 1.16.3
2025-10-31 12:05:39 UTC
class
AzuCLI::
OpenAPI::
License
AzuCLI::OpenAPI::License
Reference
Object
Included Modules
JSON::Serializable
YAML::Serializable
Defined in:
azu_cli/openapi/spec.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
.new
(pull : JSON::PullParser)
Instance Method Summary
#name
: String
#name=
(name : String)
#url
: String | Nil
#url=
(url : String | Nil)
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
name=
(name : String)
#
[
View source
]
def
url
: String | Nil
#
[
View source
]
def
url=
(url : String | Nil)
#
[
View source
]