Class: Cufinder::JobChangeCompanySnapshot
- Inherits:
-
Object
- Object
- Cufinder::JobChangeCompanySnapshot
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
JCA Job Change company snapshot
Instance Attribute Summary collapse
-
#company_linkedin_id ⇒ Object
Returns the value of attribute company_linkedin_id.
-
#company_linkedin_url ⇒ Object
Returns the value of attribute company_linkedin_url.
-
#company_name ⇒ Object
Returns the value of attribute company_name.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ JobChangeCompanySnapshot
constructor
A new instance of JobChangeCompanySnapshot.
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_id ⇒ Object
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_url ⇒ Object
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_name ⇒ Object
Returns the value of attribute company_name.
811 812 813 |
# File 'lib/cufinder_ruby/types.rb', line 811 def company_name @company_name end |
#title ⇒ Object
Returns the value of attribute title.
811 812 813 |
# File 'lib/cufinder_ruby/types.rb', line 811 def title @title end |