Class: ONEAccess::DataObject::Organization

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

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject

Returns the value of attribute active.



9
10
11
# File 'lib/oneaccess/data_object/organization.rb', line 9

def active
  @active
end

#addressesObject

Returns the value of attribute addresses.



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

def addresses
  @addresses
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/oneaccess/data_object/organization.rb', line 7

def id
  @id
end

#main_addressObject

Returns the value of attribute main_address.



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

def main_address
  @main_address
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/oneaccess/data_object/organization.rb', line 8

def name
  @name
end

#short_nameObject

Returns the value of attribute short_name.



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

def short_name
  @short_name
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end