Class: MaisPersonClient::Affiliations::AffiliationRecord
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::AffiliationRecord
- Defined in:
- lib/mais_person_client/affiliations.rb
Instance Attribute Summary collapse
-
#affdata ⇒ Object
Returns the value of attribute affdata.
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#department ⇒ Object
Returns the value of attribute department.
-
#description ⇒ Object
Returns the value of attribute description.
-
#effective ⇒ Object
Returns the value of attribute effective.
-
#name ⇒ Object
Returns the value of attribute name.
-
#organization ⇒ Object
Returns the value of attribute organization.
-
#place ⇒ Object
Returns the value of attribute place.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#affdata ⇒ Object
Returns the value of attribute affdata
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def affdata @affdata end |
#affnum ⇒ Object
Returns the value of attribute affnum
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def affnum @affnum end |
#department ⇒ Object
Returns the value of attribute department
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def department @department end |
#description ⇒ Object
Returns the value of attribute description
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def description @description end |
#effective ⇒ Object
Returns the value of attribute effective
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def effective @effective end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def organization @organization end |
#place ⇒ Object
Returns the value of attribute place
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def place @place end |
#type ⇒ Object
Returns the value of attribute type
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
14 15 16 |
# File 'lib/mais_person_client/affiliations.rb', line 14 def visibility @visibility end |