Class: Spikard::AsyncApiConfig
- Inherits:
-
Object
- Object
- Spikard::AsyncApiConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
-
#spec ⇒ json_value?
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize ⇒ AsyncApiConfig
constructor
A new instance of AsyncApiConfig.
Constructor Details
#initialize ⇒ AsyncApiConfig
Returns a new instance of AsyncApiConfig.
78 |
# File 'sig/types.rbs', line 78
def initialize: (?enabled: bool, ?spec: json_value) -> void
|
Instance Attribute Details
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
75 76 77 |
# File 'sig/types.rbs', line 75 def enabled @enabled end |
#spec ⇒ json_value?
Returns the value of attribute spec.
76 77 78 |
# File 'sig/types.rbs', line 76 def spec @spec end |