Class: Saro::Dat::DatManager::State
- Inherits:
-
Struct
- Object
- Struct
- Saro::Dat::DatManager::State
- Defined in:
- lib/saro/dat/dat_manager.rb
Overview
Immutable snapshot of the manager state. Readers access it lock-free via a single ivar read (atomic reference swap); writers rebuild a new frozen snapshot under @write_lock.
Instance Attribute Summary collapse
-
#by_cid ⇒ Object
Returns the value of attribute by_cid.
-
#certificates ⇒ Object
Returns the value of attribute certificates.
-
#issuer ⇒ Object
Returns the value of attribute issuer.
Instance Attribute Details
#by_cid ⇒ Object
Returns the value of attribute by_cid
16 17 18 |
# File 'lib/saro/dat/dat_manager.rb', line 16 def by_cid @by_cid end |
#certificates ⇒ Object
Returns the value of attribute certificates
16 17 18 |
# File 'lib/saro/dat/dat_manager.rb', line 16 def certificates @certificates end |
#issuer ⇒ Object
Returns the value of attribute issuer
16 17 18 |
# File 'lib/saro/dat/dat_manager.rb', line 16 def issuer @issuer end |