Class: Cufinder::NapResponse

Inherits:
BaseResponse show all
Defined in:
lib/cufinder_ruby/types.rb

Overview

NAP - Person Name Normalizer

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

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_nameObject

Returns the value of attribute normalized_name.



891
892
893
# File 'lib/cufinder_ruby/types.rb', line 891

def normalized_name
  @normalized_name
end