Class: Phone::CallRailPartyMatcher::Result
- Inherits:
-
Data
- Object
- Data
- Phone::CallRailPartyMatcher::Result
- Defined in:
- app/services/phone/call_rail_party_matcher.rb
Instance Attribute Summary collapse
-
#customer_from_matched ⇒ Object
readonly
Returns the value of attribute customer_from_matched.
-
#customer_to_matched ⇒ Object
readonly
Returns the value of attribute customer_to_matched.
-
#employee_from_matched ⇒ Object
readonly
Returns the value of attribute employee_from_matched.
-
#employee_to_matched ⇒ Object
readonly
Returns the value of attribute employee_to_matched.
Instance Method Summary collapse
-
#initialize(employee_from_matched: nil, employee_to_matched: nil, customer_from_matched: nil, customer_to_matched: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(employee_from_matched: nil, employee_to_matched: nil, customer_from_matched: nil, customer_to_matched: nil) ⇒ Result
Returns a new instance of Result.
4 |
# File 'app/services/phone/call_rail_party_matcher.rb', line 4 def initialize(employee_from_matched: nil, employee_to_matched: nil, customer_from_matched: nil, customer_to_matched: nil) = super |
Instance Attribute Details
#customer_from_matched ⇒ Object (readonly)
Returns the value of attribute customer_from_matched
3 4 5 |
# File 'app/services/phone/call_rail_party_matcher.rb', line 3 def customer_from_matched @customer_from_matched end |
#customer_to_matched ⇒ Object (readonly)
Returns the value of attribute customer_to_matched
3 4 5 |
# File 'app/services/phone/call_rail_party_matcher.rb', line 3 def customer_to_matched @customer_to_matched end |
#employee_from_matched ⇒ Object (readonly)
Returns the value of attribute employee_from_matched
3 4 5 |
# File 'app/services/phone/call_rail_party_matcher.rb', line 3 def employee_from_matched @employee_from_matched end |
#employee_to_matched ⇒ Object (readonly)
Returns the value of attribute employee_to_matched
3 4 5 |
# File 'app/services/phone/call_rail_party_matcher.rb', line 3 def employee_to_matched @employee_to_matched end |