Class: ShopifyCLI::Theme::DevServer::SSE::Event
- Inherits:
-
Struct
- Object
- Struct
- ShopifyCLI::Theme::DevServer::SSE::Event
- Defined in:
- lib/shopify_cli/theme/dev_server/sse.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
10 11 12 |
# File 'lib/shopify_cli/theme/dev_server/sse.rb', line 10 def data @data end |
Instance Method Details
#to_s ⇒ Object
11 12 13 14 |
# File 'lib/shopify_cli/theme/dev_server/sse.rb', line 11 def to_s "data: #{data}\n" \ "\n\n" end |