Class: Spikard::ValidateRequest
- Inherits:
-
Object
- Object
- Spikard::ValidateRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#channel ⇒ String
readonly
Returns the value of attribute channel.
-
#message ⇒ String
readonly
Returns the value of attribute message.
-
#payload ⇒ json_value
readonly
Returns the value of attribute payload.
-
#spec ⇒ json_value
readonly
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize ⇒ ValidateRequest
constructor
A new instance of ValidateRequest.
Constructor Details
#initialize ⇒ ValidateRequest
Returns a new instance of ValidateRequest.
359 |
# File 'sig/types.rbs', line 359
def initialize: (spec: json_value, channel: String, message: String, payload: json_value) -> void
|
Instance Attribute Details
#channel ⇒ String (readonly)
Returns the value of attribute channel.
355 356 357 |
# File 'sig/types.rbs', line 355 def channel @channel end |
#message ⇒ String (readonly)
Returns the value of attribute message.
356 357 358 |
# File 'sig/types.rbs', line 356 def @message end |
#payload ⇒ json_value (readonly)
Returns the value of attribute payload.
357 358 359 |
# File 'sig/types.rbs', line 357 def payload @payload end |
#spec ⇒ json_value (readonly)
Returns the value of attribute spec.
354 355 356 |
# File 'sig/types.rbs', line 354 def spec @spec end |