Class: PagSeguro::Phone
- Inherits:
-
Object
- Object
- PagSeguro::Phone
- Includes:
- Extensions::MassAssignment
- Defined in:
- lib/pagseguro/phone.rb
Instance Attribute Summary collapse
-
#area_code ⇒ Object
Set the area code.
-
#number ⇒ Object
Set the phone number.
Method Summary
Methods included from Extensions::MassAssignment
Instance Attribute Details
#area_code ⇒ Object
Set the area code.
6 7 8 |
# File 'lib/pagseguro/phone.rb', line 6 def area_code @area_code end |
#number ⇒ Object
Set the phone number. Must have 7-9 numbers.
10 11 12 |
# File 'lib/pagseguro/phone.rb', line 10 def number @number end |