Class: MaisPersonClient::Person::Telephone
- Inherits:
-
Struct
- Object
- Struct
- MaisPersonClient::Person::Telephone
- Defined in:
- lib/mais_person_client/person.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
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def affnum @affnum end |
#area ⇒ Object
Returns the value of attribute area
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def area @area end |
#full_number ⇒ Object
Returns the value of attribute full_number
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def full_number @full_number end |
#icc ⇒ Object
Returns the value of attribute icc
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def icc @icc end |
#number ⇒ Object
Returns the value of attribute number
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def number @number end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def type @type end |
#visibility ⇒ Object
Returns the value of attribute visibility
13 14 15 |
# File 'lib/mais_person_client/person.rb', line 13 def visibility @visibility end |