Class: ONEAccess::DataObject::Organization
- Inherits:
-
Object
- Object
- ONEAccess::DataObject::Organization
- Defined in:
- lib/oneaccess/data_object/organization.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#addresses ⇒ Object
Returns the value of attribute addresses.
-
#id ⇒ Object
Returns the value of attribute id.
-
#main_address ⇒ Object
Returns the value of attribute main_address.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short_name ⇒ Object
Returns the value of attribute short_name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
9 10 11 |
# File 'lib/oneaccess/data_object/organization.rb', line 9 def active @active end |
#addresses ⇒ Object
Returns the value of attribute addresses.
12 13 14 |
# File 'lib/oneaccess/data_object/organization.rb', line 12 def addresses @addresses end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/oneaccess/data_object/organization.rb', line 7 def id @id end |
#main_address ⇒ Object
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 |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/oneaccess/data_object/organization.rb', line 8 def name @name end |
#short_name ⇒ Object
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 |
#type ⇒ Object
Returns the value of attribute type.
11 12 13 |
# File 'lib/oneaccess/data_object/organization.rb', line 11 def type @type end |