Class: MaisPersonClient::Person::Affiliation
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Affiliation
- Defined in:
- lib/mais_person_client/person.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
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def affdata @affdata end |
#affnum ⇒ Object
Returns the value of attribute affnum
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def affnum @affnum end |
#department ⇒ Object
Returns the value of attribute department
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def department @department end |
#description ⇒ Object
Returns the value of attribute description
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def description @description end |
#effective ⇒ Object
Returns the value of attribute effective
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def effective @effective end |
#name ⇒ Object
Returns the value of attribute name
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def name @name end |
#organization ⇒ Object
Returns the value of attribute organization
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def organization @organization end |
#place ⇒ Object
Returns the value of attribute place
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def place @place end |
#type ⇒ Object
Returns the value of attribute type
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
19 20 21 |
# File 'lib/mais_person_client/person.rb', line 19 def visibility @visibility end |