Class: MaisPersonClient::Affiliations::Department
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::Department
- Defined in:
- lib/mais_person_client/affiliations.rb
Overview
Struct definitions for complex nodes
Instance Attribute Summary collapse
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization ⇒ Object
Returns the value of attribute organization.
Instance Attribute Details
#affnum ⇒ Object
Returns the value of attribute affnum
7 8 9 |
# File 'lib/mais_person_client/affiliations.rb', line 7 def affnum @affnum end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/mais_person_client/affiliations.rb', line 7 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization
7 8 9 |
# File 'lib/mais_person_client/affiliations.rb', line 7 def organization @organization end |