Class: Spikard::ValidateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeValidateRequest

Returns a new instance of ValidateRequest.

Parameters:

  • spec: (json_value)
  • channel: (String)
  • message: (String)
  • payload: (json_value)


379
# File 'sig/types.rbs', line 379

def initialize: (spec: json_value, channel: String, message: String, payload: json_value) -> void

Instance Attribute Details

#channelString (readonly)

Returns the value of attribute channel.

Returns:

  • (String)


375
376
377
# File 'sig/types.rbs', line 375

def channel
  @channel
end

#messageString (readonly)

Returns the value of attribute message.

Returns:

  • (String)


376
377
378
# File 'sig/types.rbs', line 376

def message
  @message
end

#payloadjson_value (readonly)

Returns the value of attribute payload.

Returns:

  • (json_value)


377
378
379
# File 'sig/types.rbs', line 377

def payload
  @payload
end

#specjson_value (readonly)

Returns the value of attribute spec.

Returns:

  • (json_value)


374
375
376
# File 'sig/types.rbs', line 374

def spec
  @spec
end