Class: MaisPersonClient::Affiliations::AffData
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::AffData
- Defined in:
- lib/mais_person_client/affiliations.rb
Instance Attribute Summary collapse
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#code ⇒ Object
Returns the value of attribute code.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#affnum ⇒ Object
Returns the value of attribute affnum
9 10 11 |
# File 'lib/mais_person_client/affiliations.rb', line 9 def affnum @affnum end |
#code ⇒ Object
Returns the value of attribute code
9 10 11 |
# File 'lib/mais_person_client/affiliations.rb', line 9 def code @code end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/mais_person_client/affiliations.rb', line 9 def type @type end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/mais_person_client/affiliations.rb', line 9 def value @value end |