Class: SourceMonitor::TurboStreams::StreamResponder::Operation
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::TurboStreams::StreamResponder::Operation
- Defined in:
- lib/source_monitor/turbo_streams/stream_responder.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#locals ⇒ Object
Returns the value of attribute locals.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
6 7 8 |
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6 def action @action end |
#locals ⇒ Object
Returns the value of attribute locals
6 7 8 |
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6 def locals @locals end |
#partial ⇒ Object
Returns the value of attribute partial
6 7 8 |
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6 def partial @partial end |
#target ⇒ Object
Returns the value of attribute target
6 7 8 |
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6 def target @target end |