Class: Assistant::TechnicalSupport::CaseEventStream::Collector::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/assistant/technical_support/case_event_stream/collector.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(raw_events: [], coverage: [], blockers: []) ⇒ Result

Returns a new instance of Result.



20
# File 'app/services/assistant/technical_support/case_event_stream/collector.rb', line 20

def initialize(raw_events: [], coverage: [], blockers: []) = super

Instance Attribute Details

#blockersObject (readonly)

Returns the value of attribute blockers

Returns:

  • (Object)

    the current value of blockers



19
20
21
# File 'app/services/assistant/technical_support/case_event_stream/collector.rb', line 19

def blockers
  @blockers
end

#coverageObject (readonly)

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



19
20
21
# File 'app/services/assistant/technical_support/case_event_stream/collector.rb', line 19

def coverage
  @coverage
end

#raw_eventsObject (readonly)

Returns the value of attribute raw_events

Returns:

  • (Object)

    the current value of raw_events



19
20
21
# File 'app/services/assistant/technical_support/case_event_stream/collector.rb', line 19

def raw_events
  @raw_events
end