Module: Spikard
- Defined in:
- lib/spikard.rb,
lib/spikard/errors.rb,
lib/spikard/native.rb,
lib/spikard/service.rb,
lib/spikard/version.rb,
sig/types.rbs
Overview
This file is auto-generated by alef — DO NOT EDIT. alef:hash:f158c5297df7a3d75b3974f31d3f21a0b02763bd16a3475432d2f5dc08c5e971 To regenerate: alef generate To verify freshness: alef verify --exit-code frozen_string_literal: true
Defined Under Namespace
Modules: Errors Classes: ApiKeyConfig, App, AsyncApiConfig, BackgroundJobMetadata, BackgroundTaskConfig, CompressionConfig, ContactInfo, CorsConfig, FullSchemaConfig, GraphQLErrorInfo, GraphQLRouteConfig, GraphQLSubscriptionSnapshot, GrpcConfig, HandlerResult, JsonRpcConfig, JsonRpcMethodInfo, JwtConfig, LicenseInfo, Method, OpenApiConfig, ParseRequest, ParseResult, ParsedChannel, ParsedMessage, ParsedOperation, ProblemDetails, QueryMutationConfig, QueryOnlyConfig, RateLimitConfig, Request, RequestData, Response, ResponseSnapshot, RouteBuilder, SchemaConfig, SecuritySchemeInfo, SecuritySchemeInfoApiKey, SecuritySchemeInfoHttp, ServerConfig, ServerInfo, SnapshotError, SseEvent, StaticFilesConfig, TestClient, TestingSseEvent, UploadFile, ValidateRequest, ValidationResponse, WebSocketMessage
Constant Summary collapse
- VERSION =
The version string for this package.
"0.16.1"
Class Method Summary collapse
- .schema_full ⇒ FullSchemaConfig
- .schema_query_mutation ⇒ QueryMutationConfig
- .schema_query_only ⇒ QueryOnlyConfig
Class Method Details
.schema_full ⇒ FullSchemaConfig
445 |
# File 'sig/types.rbs', line 445
def self.schema_full: () -> FullSchemaConfig
|
.schema_query_mutation ⇒ QueryMutationConfig
443 |
# File 'sig/types.rbs', line 443
def self.schema_query_mutation: () -> QueryMutationConfig
|
.schema_query_only ⇒ QueryOnlyConfig
441 |
# File 'sig/types.rbs', line 441
def self.schema_query_only: () -> QueryOnlyConfig
|