Class: Spikard::GraphQLRouteConfig
- Inherits:
-
Object
- Object
- Spikard::GraphQLRouteConfig
- Defined in:
- sig/types.rbs
Class Method Summary collapse
Instance Method Summary collapse
- #description ⇒ GraphQLRouteConfig
- #enable_playground ⇒ GraphQLRouteConfig
- #get_description ⇒ String?
- #get_method ⇒ String
- #get_path ⇒ String
- #is_playground_enabled ⇒ Boolean
- #method ⇒ GraphQLRouteConfig
- #path ⇒ GraphQLRouteConfig
Class Method Details
.default ⇒ GraphQLRouteConfig
35 |
# File 'sig/types.rbs', line 35
def self.default: () -> GraphQLRouteConfig
|
Instance Method Details
#description ⇒ GraphQLRouteConfig
29 |
# File 'sig/types.rbs', line 29
def description: (String description) -> GraphQLRouteConfig
|
#enable_playground ⇒ GraphQLRouteConfig
28 |
# File 'sig/types.rbs', line 28
def enable_playground: (bool enable) -> GraphQLRouteConfig
|
#get_description ⇒ String?
33 |
# File 'sig/types.rbs', line 33
def get_description: () -> String?
|
#get_method ⇒ String
31 |
# File 'sig/types.rbs', line 31
def get_method: () -> String
|
#get_path ⇒ String
30 |
# File 'sig/types.rbs', line 30
def get_path: () -> String
|
#is_playground_enabled ⇒ Boolean
32 |
# File 'sig/types.rbs', line 32
def is_playground_enabled: () -> bool
|
#method ⇒ GraphQLRouteConfig
27 |
# File 'sig/types.rbs', line 27
def method: (String method) -> GraphQLRouteConfig
|
#path ⇒ GraphQLRouteConfig
26 |
# File 'sig/types.rbs', line 26
def path: (String path) -> GraphQLRouteConfig
|