Class: Cufinder::EncCompany

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

Overview

ENC Company

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ EncCompany

Returns a new instance of EncCompany.



432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
# File 'lib/cufinder_ruby/types.rb', line 432

def initialize(data = {})
  @name = data["name"]
  @website = data["website"]
  @employee_count = data["employee_count"]
  @industry = data["industry"]
  @size = data["size"]
  @description = data["description"]
  @linkedin_url = data["linkedin_url"]
  @type = data["type"]
  @domain = data["domain"]
  @country = data["country"]
  @state = data["state"]
  @city = data["city"]
  @address = data["address"]
  @founded_year = data["founded_year"]
  @logo_url = data["logo_url"]
  @followers_count = data["followers_count"]
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def address
  @address
end

#cityObject

Returns the value of attribute city.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def city
  @city
end

#countryObject

Returns the value of attribute country.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def country
  @country
end

#descriptionObject

Returns the value of attribute description.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def description
  @description
end

#domainObject

Returns the value of attribute domain.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def domain
  @domain
end

#employee_countObject

Returns the value of attribute employee_count.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def employee_count
  @employee_count
end

#followers_countObject

Returns the value of attribute followers_count.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def followers_count
  @followers_count
end

#founded_yearObject

Returns the value of attribute founded_year.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def founded_year
  @founded_year
end

#industryObject

Returns the value of attribute industry.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def industry
  @industry
end

#linkedin_urlObject

Returns the value of attribute linkedin_url.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def linkedin_url
  @linkedin_url
end

#logo_urlObject

Returns the value of attribute logo_url.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def logo_url
  @logo_url
end

#nameObject

Returns the value of attribute name.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def name
  @name
end

#sizeObject

Returns the value of attribute size.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def size
  @size
end

#stateObject

Returns the value of attribute state.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def state
  @state
end

#typeObject

Returns the value of attribute type.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def type
  @type
end

#websiteObject

Returns the value of attribute website.



428
429
430
# File 'lib/cufinder_ruby/types.rb', line 428

def website
  @website
end