Class: MaisPersonClient::Affiliations::Organization
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::Organization
- Defined in:
- lib/mais_person_client/affiliations.rb
Instance Attribute Summary collapse
-
#acadid ⇒ Object
Returns the value of attribute acadid.
-
#adminid ⇒ Object
Returns the value of attribute adminid.
-
#level2orgid ⇒ Object
Returns the value of attribute level2orgid.
-
#level2orgname ⇒ Object
Returns the value of attribute level2orgname.
-
#name ⇒ Object
Returns the value of attribute name.
-
#regid ⇒ Object
Returns the value of attribute regid.
Instance Attribute Details
#acadid ⇒ Object
Returns the value of attribute acadid
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def acadid @acadid end |
#adminid ⇒ Object
Returns the value of attribute adminid
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def adminid @adminid end |
#level2orgid ⇒ Object
Returns the value of attribute level2orgid
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def level2orgid @level2orgid end |
#level2orgname ⇒ Object
Returns the value of attribute level2orgname
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def level2orgname @level2orgname end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def name @name end |
#regid ⇒ Object
Returns the value of attribute regid
8 9 10 |
# File 'lib/mais_person_client/affiliations.rb', line 8 def regid @regid end |