Module: Prosody::_MessageMapDefinition

Defined in:
sig/state.rbs

Instance Method Summary collapse

Instance Method Details

#kind"map"

Returns:



81
# File 'sig/state.rbs', line 81

def kind: () -> "map"

#nameString

Returns:

  • (String)


80
# File 'sig/state.rbs', line 80

def name: () -> String

#payload"message"

Returns:

  • ("message")


82
# File 'sig/state.rbs', line 82

def payload: () -> "message"

#to_state_configHash[Symbol, state_config_value]

Returns:

  • (Hash[Symbol, state_config_value])


83
# File 'sig/state.rbs', line 83

def to_state_config: () -> Hash[Symbol, state_config_value]