Class: Spikard::ApiKeyConfig
- Inherits:
-
Object
- Object
- Spikard::ApiKeyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#header_name ⇒ String
readonly
Returns the value of attribute header_name.
-
#keys ⇒ Array[String]
readonly
Returns the value of attribute keys.
Instance Method Summary collapse
-
#initialize ⇒ ApiKeyConfig
constructor
A new instance of ApiKeyConfig.
Constructor Details
#initialize ⇒ ApiKeyConfig
Returns a new instance of ApiKeyConfig.
211 |
# File 'sig/types.rbs', line 211
def initialize: (keys: Array[String], header_name: String) -> void
|
Instance Attribute Details
#header_name ⇒ String (readonly)
Returns the value of attribute header_name.
209 210 211 |
# File 'sig/types.rbs', line 209 def header_name @header_name end |
#keys ⇒ Array[String] (readonly)
Returns the value of attribute keys.
208 209 210 |
# File 'sig/types.rbs', line 208 def keys @keys end |