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.
379 |
# File 'sig/types.rbs', line 379
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.
375 376 377 |
# File 'sig/types.rbs', line 375 def channel @channel end |
#message ⇒ String (readonly)
Returns the value of attribute message.
376 377 378 |
# File 'sig/types.rbs', line 376 def @message end |
#payload ⇒ json_value (readonly)
Returns the value of attribute payload.
377 378 379 |
# File 'sig/types.rbs', line 377 def payload @payload end |
#spec ⇒ json_value (readonly)
Returns the value of attribute spec.
374 375 376 |
# File 'sig/types.rbs', line 374 def spec @spec end |