Class: Cufinder::NauResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::NauResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
NAU - URL Normalizer
Instance Attribute Summary collapse
-
#normalized_url ⇒ Object
Returns the value of attribute normalized_url.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NauResponse
constructor
A new instance of NauResponse.
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_url ⇒ Object
Returns the value of attribute normalized_url.
901 902 903 |
# File 'lib/cufinder_ruby/types.rb', line 901 def normalized_url @normalized_url end |