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.



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

def active
  @active
end

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#main_addressObject

Returns the value of attribute main_address.



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

def main_address
  @main_address
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#short_nameObject

Returns the value of attribute short_name.



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

def short_name
  @short_name
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end