Class: Saro::Dat::DatManager::State
- Inherits:
-
Struct
- Object
- Struct
- Saro::Dat::DatManager::State
- Defined in:
- lib/saro/dat/dat_manager.rb
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
13 14 15 |
# File 'lib/saro/dat/dat_manager.rb', line 13 def by_cid @by_cid end |
#certificates ⇒ Object
Returns the value of attribute certificates
13 14 15 |
# File 'lib/saro/dat/dat_manager.rb', line 13 def certificates @certificates end |
#issuer ⇒ Object
Returns the value of attribute issuer
13 14 15 |
# File 'lib/saro/dat/dat_manager.rb', line 13 def issuer @issuer end |