Class: Phone
- Inherits:
-
Object
- Object
- Phone
- Defined in:
- lib/zaig/entities/phone.rb
Instance Attribute Summary collapse
-
#area_code ⇒ Object
Returns the value of attribute area_code.
-
#international_dial_code ⇒ Object
Returns the value of attribute international_dial_code.
-
#number ⇒ Object
Returns the value of attribute number.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#area_code ⇒ Object
Returns the value of attribute area_code.
4 5 6 |
# File 'lib/zaig/entities/phone.rb', line 4 def area_code @area_code end |
#international_dial_code ⇒ Object
Returns the value of attribute international_dial_code.
4 5 6 |
# File 'lib/zaig/entities/phone.rb', line 4 def international_dial_code @international_dial_code end |
#number ⇒ Object
Returns the value of attribute number.
4 5 6 |
# File 'lib/zaig/entities/phone.rb', line 4 def number @number end |
#type ⇒ Object
Returns the value of attribute type.
4 5 6 |
# File 'lib/zaig/entities/phone.rb', line 4 def type @type end |