Class: LogStruct::Integrations::Dotenv::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/log_struct/integrations/dotenv.rb

Overview

Internal state holder to avoid duplicate subscriptions in a Sorbet-friendly way

Instance Attribute Summary collapse

Instance Attribute Details

#subscribedObject

Returns the value of attribute subscribed

Returns:

  • (Object)

    the current value of subscribed



23
24
25
# File 'lib/log_struct/integrations/dotenv.rb', line 23

def subscribed
  @subscribed
end