Class: ONEAccess::DataObject::Company

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/data_object/company.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#addressObject

Returns the value of attribute address.



18
19
20
# File 'lib/oneaccess/data_object/company.rb', line 18

def address
  @address
end

#exchange_codeObject

Returns the value of attribute exchange_code.



15
16
17
# File 'lib/oneaccess/data_object/company.rb', line 15

def exchange_code
  @exchange_code
end

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/oneaccess/data_object/company.rb', line 12

def id
  @id
end

#industryObject

Returns the value of attribute industry.



19
20
21
# File 'lib/oneaccess/data_object/company.rb', line 19

def industry
  @industry
end

#is_privateObject Also known as: is_private?, private?

Returns the value of attribute is_private.



14
15
16
# File 'lib/oneaccess/data_object/company.rb', line 14

def is_private
  @is_private
end

#nameObject

Returns the value of attribute name.



13
14
15
# File 'lib/oneaccess/data_object/company.rb', line 13

def name
  @name
end

#perm_idObject

Returns the value of attribute perm_id.



21
22
23
# File 'lib/oneaccess/data_object/company.rb', line 21

def perm_id
  @perm_id
end

#sub_industryObject

Returns the value of attribute sub_industry.



20
21
22
# File 'lib/oneaccess/data_object/company.rb', line 20

def sub_industry
  @sub_industry
end

#tickerObject

Returns the value of attribute ticker.



16
17
18
# File 'lib/oneaccess/data_object/company.rb', line 16

def ticker
  @ticker
end

#websiteObject

Returns the value of attribute website.



17
18
19
# File 'lib/oneaccess/data_object/company.rb', line 17

def website
  @website
end