Module: Prosody::_MapDefinition
- Defined in:
- sig/state.rbs
Instance Method Summary collapse
- #kind ⇒ "map"
- #name ⇒ String
- #payload ⇒ "json"
- #read_cache ⇒ Numeric, ...
- #to_state_config ⇒ Hash[Symbol, state_config_value]
Instance Method Details
#name ⇒ String
57 |
# File 'sig/state.rbs', line 57
def name: () -> String
|
#payload ⇒ "json"
59 |
# File 'sig/state.rbs', line 59
def payload: () -> "json"
|
#read_cache ⇒ Numeric, ...
60 |
# File 'sig/state.rbs', line 60
def read_cache: () -> (Numeric | false)?
|
#to_state_config ⇒ Hash[Symbol, state_config_value]
61 |
# File 'sig/state.rbs', line 61
def to_state_config: () -> Hash[Symbol, state_config_value]
|