Class: Phone::CallLogEventToRecordMatcher::Result
- Inherits:
-
Data
- Object
- Data
- Phone::CallLogEventToRecordMatcher::Result
- Defined in:
- app/services/phone/call_log_event_to_record_matcher.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
-
#records_matched ⇒ Object
readonly
Returns the value of attribute records_matched.
-
#records_processed ⇒ Object
readonly
Returns the value of attribute records_processed.
-
#records_unmatched ⇒ Object
readonly
Returns the value of attribute records_unmatched.
Instance Method Summary collapse
-
#initialize(records_processed: nil, records_matched: nil, records_unmatched: nil, messages: []) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(records_processed: nil, records_matched: nil, records_unmatched: nil, messages: []) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 4 def initialize(records_processed: nil, records_matched: nil, records_unmatched: nil, messages: []) = super |
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages
3 4 5 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 3 def @messages end |
#records_matched ⇒ Object (readonly)
Returns the value of attribute records_matched
3 4 5 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 3 def records_matched @records_matched end |
#records_processed ⇒ Object (readonly)
Returns the value of attribute records_processed
3 4 5 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 3 def records_processed @records_processed end |
#records_unmatched ⇒ Object (readonly)
Returns the value of attribute records_unmatched
3 4 5 |
# File 'app/services/phone/call_log_event_to_record_matcher.rb', line 3 def records_unmatched @records_unmatched end |