Class: Igniter::Store::SubscriptionRegistry::SubscriptionRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/igniter/store/subscription_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



27
28
29
# File 'lib/igniter/store/subscription_registry.rb', line 27

def handler
  @handler
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



27
28
29
# File 'lib/igniter/store/subscription_registry.rb', line 27

def id
  @id
end

#storesObject

Returns the value of attribute stores

Returns:

  • (Object)

    the current value of stores



27
28
29
# File 'lib/igniter/store/subscription_registry.rb', line 27

def stores
  @stores
end