Class: MaisPersonClient::Affiliations::Place
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::Place
- Defined in:
- lib/mais_person_client/affiliations.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#telephone ⇒ Object
Returns the value of attribute telephone.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address
13 14 15 |
# File 'lib/mais_person_client/affiliations.rb', line 13 def address @address end |
#affnum ⇒ Object
Returns the value of attribute affnum
13 14 15 |
# File 'lib/mais_person_client/affiliations.rb', line 13 def affnum @affnum end |
#telephone ⇒ Object
Returns the value of attribute telephone
13 14 15 |
# File 'lib/mais_person_client/affiliations.rb', line 13 def telephone @telephone end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/mais_person_client/affiliations.rb', line 13 def type @type end |