Class: Buble::Streaming::Event
- Inherits:
-
Struct
- Object
- Struct
- Buble::Streaming::Event
- Defined in:
- lib/buble/streaming.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#event ⇒ Object
Returns the value of attribute event.
-
#json ⇒ Object
Returns the value of attribute json.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/buble/streaming.rb', line 7 def data @data end |
#event ⇒ Object
Returns the value of attribute event
7 8 9 |
# File 'lib/buble/streaming.rb', line 7 def event @event end |
#json ⇒ Object
Returns the value of attribute json
7 8 9 |
# File 'lib/buble/streaming.rb', line 7 def json @json end |