Class: Phone::CallLogEventToRecordMatcher::LegContext
- Inherits:
-
Data
- Object
- Data
- Phone::CallLogEventToRecordMatcher::LegContext
- 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
-
#account_ids ⇒ Object
readonly
Returns the value of attribute account_ids.
-
#numbers ⇒ Object
readonly
Returns the value of attribute numbers.
-
#talk_seconds ⇒ Object
readonly
Returns the value of attribute talk_seconds.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
Instance Attribute Details
#account_ids ⇒ Object (readonly)
Returns the value of attribute account_ids
38 39 40 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38 def account_ids @account_ids end |
#numbers ⇒ Object (readonly)
Returns the value of attribute numbers
38 39 40 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38 def numbers @numbers end |
#talk_seconds ⇒ Object (readonly)
Returns the value of attribute talk_seconds
38 39 40 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38 def talk_seconds @talk_seconds end |
#window ⇒ Object (readonly)
Returns the value of attribute window
38 39 40 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 38 def window @window end |