Sha256: b159759bcc1d9f92848ea14a3a1f0db5c1127b2537936cc5ead9d74859ed0f29
Contents?: true
Size: 380 Bytes
Versions: 13
Compression:
Stored size: 380 Bytes
Contents
module PgEventstore class RunnerState include PgEventstore::Extensions::CallbacksExtension STATES: ::Hash[Symbol, String] %a{rbs:test:skip} def initialize: () -> void # _@return_ — string representation of the state def to_s: () -> String # _@param_ `state` def set_state: (String state) -> String def define_callback: () -> void end end
Version data entries
13 entries across 13 versions & 1 rubygems