Class: DatagroutConduit::Transport::Ws::SubscriptionEvent
- Inherits:
-
Struct
- Object
- Struct
- DatagroutConduit::Transport::Ws::SubscriptionEvent
- Defined in:
- lib/datagrout_conduit/transport/ws.rb
Overview
Value object for a push notification delivered to a subscription.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
-
#subscription ⇒ Object
Returns the value of attribute subscription.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
97 98 99 |
# File 'lib/datagrout_conduit/transport/ws.rb', line 97 def data @data end |
#event ⇒ Object
Returns the value of attribute event
97 98 99 |
# File 'lib/datagrout_conduit/transport/ws.rb', line 97 def event @event end |
#subscription ⇒ Object
Returns the value of attribute subscription
97 98 99 |
# File 'lib/datagrout_conduit/transport/ws.rb', line 97 def subscription @subscription end |