Module: Prosody::_MapDefinition

Defined in:
sig/state.rbs

Instance Method Summary collapse

Instance Method Details

#kind"map"

Returns:



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

def kind: () -> "map"

#nameString

Returns:

  • (String)


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

def name: () -> String

#payload"json"

Returns:

  • ("json")


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

def payload: () -> "json"

#read_cacheNumeric, ...

Returns:

  • (Numeric, false, nil)


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

def read_cache: () -> (Numeric | false)?

#to_state_configHash[Symbol, state_config_value]

Returns:

  • (Hash[Symbol, state_config_value])


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

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