Class: ONEAccess::DataObject::Organization

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

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#activeObject

Returns the value of attribute active.



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

def active
  @active
end

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#main_addressObject

Returns the value of attribute main_address.



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

def main_address
  @main_address
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#short_nameObject

Returns the value of attribute short_name.



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

def short_name
  @short_name
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end