Class: Cufinder::JobChangeCompanySnapshot

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

Overview

JCA Job Change company snapshot

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ JobChangeCompanySnapshot

Returns a new instance of JobChangeCompanySnapshot.



813
814
815
816
817
818
# File 'lib/cufinder_ruby/types.rb', line 813

def initialize(data = {})
  @company_linkedin_url = data["company_linkedin_url"]
  @company_linkedin_id = data["company_linkedin_id"]
  @company_name = data["company_name"]
  @title = data["title"]
end

Instance Attribute Details

#company_linkedin_idObject

Returns the value of attribute company_linkedin_id.



811
812
813
# File 'lib/cufinder_ruby/types.rb', line 811

def company_linkedin_id
  @company_linkedin_id
end

#company_linkedin_urlObject

Returns the value of attribute company_linkedin_url.



811
812
813
# File 'lib/cufinder_ruby/types.rb', line 811

def company_linkedin_url
  @company_linkedin_url
end

#company_nameObject

Returns the value of attribute company_name.



811
812
813
# File 'lib/cufinder_ruby/types.rb', line 811

def company_name
  @company_name
end

#titleObject

Returns the value of attribute title.



811
812
813
# File 'lib/cufinder_ruby/types.rb', line 811

def title
  @title
end