Class: MaisPersonClient::Affiliations::Telephone
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Affiliations::Telephone
- Defined in:
- lib/mais_person_client/affiliations.rb
Instance Attribute Summary collapse
-
#affnum ⇒ Object
Returns the value of attribute affnum.
-
#area ⇒ Object
Returns the value of attribute area.
-
#full_number ⇒ Object
Returns the value of attribute full_number.
-
#icc ⇒ Object
Returns the value of attribute icc.
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
-
#visibility ⇒ Object
Returns the value of attribute visibility.
Instance Attribute Details
#affnum ⇒ Object
Returns the value of attribute affnum
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def affnum @affnum end |
#area ⇒ Object
Returns the value of attribute area
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def area @area end |
#full_number ⇒ Object
Returns the value of attribute full_number
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def full_number @full_number end |
#icc ⇒ Object
Returns the value of attribute icc
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def icc @icc end |
#number ⇒ Object
Returns the value of attribute number
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def number @number end |
#type ⇒ Object
Returns the value of attribute type
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
12 13 14 |
# File 'lib/mais_person_client/affiliations.rb', line 12 def visibility @visibility end |