Module: Prosody::_DequeDefinition
- Defined in:
- sig/state.rbs
Instance Method Summary collapse
- #kind ⇒ "deque"
- #name ⇒ String
- #payload ⇒ "json"
- #read_cache ⇒ Numeric, ...
- #to_state_config ⇒ Hash[Symbol, state_config_value]
Instance Method Details
#name ⇒ String
65 |
# File 'sig/state.rbs', line 65
def name: () -> String
|
#payload ⇒ "json"
67 |
# File 'sig/state.rbs', line 67
def payload: () -> "json"
|
#read_cache ⇒ Numeric, ...
68 |
# File 'sig/state.rbs', line 68
def read_cache: () -> (Numeric | false)?
|
#to_state_config ⇒ Hash[Symbol, state_config_value]
69 |
# File 'sig/state.rbs', line 69
def to_state_config: () -> Hash[Symbol, state_config_value]
|