Class: MaisPersonClient::Person::Department
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Department
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#adminid ⇒ Object
Returns the value of attribute adminid.
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#level2orgid ⇒ Object
Returns the value of attribute level2orgid.
-
#level2orgname ⇒ Object
Returns the value of attribute level2orgname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#regid ⇒ Object
Returns the value of attribute regid.
Instance Attribute Details
#adminid ⇒ Object
Returns the value of attribute adminid
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def adminid @adminid end |
#affnum ⇒ Object
Returns the value of attribute affnum
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def affnum @affnum end |
#level2orgid ⇒ Object
Returns the value of attribute level2orgid
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def level2orgid @level2orgid end |
#level2orgname ⇒ Object
Returns the value of attribute level2orgname
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def level2orgname @level2orgname end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def organization @organization end |
#regid ⇒ Object
Returns the value of attribute regid
18 19 20 |
# File 'lib/mais_person_client/person.rb', line 18 def regid @regid end |