Class: Cufinder::NapResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NapResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
NAP - Person Name Normalizer
Instance Attribute Summary collapse
-
#normalized_name ⇒ Object
Returns the value of attribute normalized_name.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NapResponse
constructor
A new instance of NapResponse.
Constructor Details
#initialize(data = {}) ⇒ NapResponse
Returns a new instance of NapResponse.
893 894 895 896 |
# File 'lib/cufinder_ruby/types.rb', line 893 def initialize(data = {}) super(data) @normalized_name = data["normalized_name"] end |
Instance Attribute Details
#normalized_name ⇒ Object
Returns the value of attribute normalized_name.
891 892 893 |
# File 'lib/cufinder_ruby/types.rb', line 891 def normalized_name @normalized_name end |