Class: ONEAccess::DataObject::Investor

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

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#activeObject Also known as: active?

Returns the value of attribute active.



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

def active
  @active
end

#investor_idObject

Returns the value of attribute investor_id.



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

def investor_id
  @investor_id
end

#investor_nameObject

Returns the value of attribute investor_name.



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

def investor_name
  @investor_name
end