Sha256: f1859efb9ebb5b40f61371a815a6560dfcdc800bfddfa6c808427c67977f2515
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
module Inboxable class Configuration ALLOWED_ORMS: Array[Symbol] attr_accessor orm: Symbol def initialize: -> void def orm=: (Symbol) -> Symbol def orm: -> Symbol end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inboxable-0.1.2 | sig/inboxable/configuration.rbs |
inboxable-0.1.1 | sig/inboxable/configuration.rbs |
inboxable-0.1.0 | sig/inboxable/configuration.rbs |