Class: Cufinder::LcufResponse

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

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#confidence_level, #credit_count, #meta_data, #query

Instance Method Summary collapse

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_urlObject

Returns the value of attribute linkedin_url.



161
162
163
# File 'lib/cufinder_ruby/types.rb', line 161

def linkedin_url
  @linkedin_url
end