Class: EventStoreClient::Subscription
- Inherits:
-
Object
- Object
- EventStoreClient::Subscription
- Defined in:
- lib/event_store_client/subscription.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#stream ⇒ Object
readonly
Returns the value of attribute stream.
-
#subscribers ⇒ Object
Returns the value of attribute subscribers.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/event_store_client/subscription.rb', line 6 def name @name end |
#stream ⇒ Object (readonly)
Returns the value of attribute stream.
6 7 8 |
# File 'lib/event_store_client/subscription.rb', line 6 def stream @stream end |
#subscribers ⇒ Object
Returns the value of attribute subscribers.
5 6 7 |
# File 'lib/event_store_client/subscription.rb', line 5 def subscribers @subscribers end |