Class: Cufinder::LcufResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Cufinder::LcufResponse
- Defined in:
- lib/cufinder_ruby/types.rb
Instance Attribute Summary collapse
-
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
Attributes inherited from BaseResponse
#confidence_level, #credit_count, #meta_data, #query
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ LcufResponse
constructor
A new instance of LcufResponse.
Constructor Details
#initialize(data = {}) ⇒ LcufResponse
Returns a new instance of LcufResponse.
163 164 165 166 |
# File 'lib/cufinder_ruby/types.rb', line 163 def initialize(data = {}) super(data) @linkedin_url = data["linkedin_url"] end |
Instance Attribute Details
#linkedin_url ⇒ Object
Returns the value of attribute linkedin_url.
161 162 163 |
# File 'lib/cufinder_ruby/types.rb', line 161 def linkedin_url @linkedin_url end |