Sha256: 1efe827102112da90582629b11ce0208752e13a553d2229fc8c169943117c754

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

module Tggl
  class Response
    @flags: Hash[Symbol, any]
    @reporter: Reporting | nil

    def initialize: (Hash[Symbol, untyped] flags, { reporter: Reporting | nil, error?: Exception | nil } options) -> void

    def is_active?: (String slug) -> bool
    def get: (String slug, untyped default_value) -> untyped
    def all_active_flags: () -> Hash[Symbol, untyped]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tggl-1.0.1 sig/tggl/response.rbs
tggl-1.0.0 sig/tggl/response.rbs