Class: MaisPersonClient::Person::Place
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Place
- Defined in:
- lib/mais_person_client/person.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#qbfr ⇒ Object
Returns the value of attribute qbfr.
-
#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
22 23 24 |
# File 'lib/mais_person_client/person.rb', line 22 def address @address end |
#affnum ⇒ Object
Returns the value of attribute affnum
22 23 24 |
# File 'lib/mais_person_client/person.rb', line 22 def affnum @affnum end |
#qbfr ⇒ Object
Returns the value of attribute qbfr
22 23 24 |
# File 'lib/mais_person_client/person.rb', line 22 def qbfr @qbfr end |
#telephone ⇒ Object
Returns the value of attribute telephone
22 23 24 |
# File 'lib/mais_person_client/person.rb', line 22 def telephone @telephone end |
#type ⇒ Object
Returns the value of attribute type
22 23 24 |
# File 'lib/mais_person_client/person.rb', line 22 def type @type end |