Class: Phone::CallLogEventToRecordMatcher::LegContext

Inherits:
Data
  • Object
show all
Defined in:
app/services/phone/call_log_event_to_record_matcher.rb

Overview

Per-leg matching context, derived once from the leg + its call log.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsObject (readonly)

Returns the value of attribute account_ids

Returns:

  • (Object)

    the current value of account_ids



38
39
40
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38

def 
  @account_ids
end

#numbersObject (readonly)

Returns the value of attribute numbers

Returns:

  • (Object)

    the current value of numbers



38
39
40
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38

def numbers
  @numbers
end

#talk_secondsObject (readonly)

Returns the value of attribute talk_seconds

Returns:

  • (Object)

    the current value of talk_seconds



38
39
40
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38

def talk_seconds
  @talk_seconds
end

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



38
39
40
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38

def window
  @window
end