Class: SourceMonitor::TurboStreams::StreamResponder::Operation

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/turbo_streams/stream_responder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



6
7
8
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6

def action
  @action
end

#localsObject

Returns the value of attribute locals

Returns:

  • (Object)

    the current value of locals



6
7
8
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6

def locals
  @locals
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



6
7
8
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6

def partial
  @partial
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



6
7
8
# File 'lib/source_monitor/turbo_streams/stream_responder.rb', line 6

def target
  @target
end