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.
-
#observed_streams ⇒ Object
readonly
Returns the value of attribute observed_streams.
-
#stream ⇒ Object
readonly
Returns the value of attribute stream.
-
#subscriber ⇒ Object
readonly
Returns the value of attribute subscriber.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/event_store_client/subscription.rb', line 5 def name @name end |
#observed_streams ⇒ Object (readonly)
Returns the value of attribute observed_streams.
5 6 7 |
# File 'lib/event_store_client/subscription.rb', line 5 def observed_streams @observed_streams end |
#stream ⇒ Object (readonly)
Returns the value of attribute stream.
5 6 7 |
# File 'lib/event_store_client/subscription.rb', line 5 def stream @stream end |
#subscriber ⇒ Object (readonly)
Returns the value of attribute subscriber.
5 6 7 |
# File 'lib/event_store_client/subscription.rb', line 5 def subscriber @subscriber end |