Class: Cufinder::NauResponse

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

Overview

NAU - URL Normalizer

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ NauResponse

Returns a new instance of NauResponse.



903
904
905
906
# File 'lib/cufinder_ruby/types.rb', line 903

def initialize(data = {})
  super(data)
  @normalized_url = data["normalized_url"]
end

Instance Attribute Details

#normalized_urlObject

Returns the value of attribute normalized_url.



901
902
903
# File 'lib/cufinder_ruby/types.rb', line 901

def normalized_url
  @normalized_url
end