Class: Igniter::Store::SubscriptionRegistry::SubscriptionRecord
- Inherits:
-
Struct
- Object
- Struct
- Igniter::Store::SubscriptionRegistry::SubscriptionRecord
- Defined in:
- lib/igniter/store/subscription_registry.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#id ⇒ Object
Returns the value of attribute id.
-
#stores ⇒ Object
Returns the value of attribute stores.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
27 28 29 |
# File 'lib/igniter/store/subscription_registry.rb', line 27 def handler @handler end |
#id ⇒ Object
Returns the value of attribute id
27 28 29 |
# File 'lib/igniter/store/subscription_registry.rb', line 27 def id @id end |
#stores ⇒ Object
Returns the value of attribute stores
27 28 29 |
# File 'lib/igniter/store/subscription_registry.rb', line 27 def stores @stores end |