Class: LogStruct::Integrations::Dotenv::State
- Inherits:
-
Struct
- Object
- Struct
- LogStruct::Integrations::Dotenv::State
- 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
-
#subscribed ⇒ Object
Returns the value of attribute subscribed.
Instance Attribute Details
#subscribed ⇒ Object
Returns the value of attribute subscribed
23 24 25 |
# File 'lib/log_struct/integrations/dotenv.rb', line 23 def subscribed @subscribed end |