Class: ONEAccess::DataObject::CompanyLight

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

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#exchange_codeObject

Returns the value of attribute exchange_code.



15
16
17
# File 'lib/oneaccess/data_object/company_light.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_light.rb', line 12

def id
  @id
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_light.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_light.rb', line 13

def name
  @name
end

#tickerObject

Returns the value of attribute ticker.



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

def ticker
  @ticker
end