Class: MaisPersonClient::Person::AffData
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::AffData
- Defined in:
- lib/mais_person_client/person.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
21 22 23 |
# File 'lib/mais_person_client/person.rb', line 21 def affnum @affnum end |
#code ⇒ Object
Returns the value of attribute code
21 22 23 |
# File 'lib/mais_person_client/person.rb', line 21 def code @code end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/mais_person_client/person.rb', line 21 def type @type end |
#value ⇒ Object
Returns the value of attribute value
21 22 23 |
# File 'lib/mais_person_client/person.rb', line 21 def value @value end |