Module: Prosody::_MessageMapDefinition
- Defined in:
- sig/state.rbs
Instance Method Summary collapse
- #kind ⇒ "map"
- #name ⇒ String
- #payload ⇒ "message"
- #to_state_config ⇒ Hash[Symbol, state_config_value]
Instance Method Details
#name ⇒ String
80 |
# File 'sig/state.rbs', line 80
def name: () -> String
|
#payload ⇒ "message"
82 |
# File 'sig/state.rbs', line 82
def payload: () -> "message"
|
#to_state_config ⇒ Hash[Symbol, state_config_value]
83 |
# File 'sig/state.rbs', line 83
def to_state_config: () -> Hash[Symbol, state_config_value]
|