Class: RealEx::Address
- Inherits:
-
Object
- Object
- RealEx::Address
- Includes:
- Initializer
- Defined in:
- lib/real_ex/address.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Address
constructor
A new instance of Address.
Methods included from Initializer
Constructor Details
#initialize(*args) ⇒ Address
Returns a new instance of Address.
7 8 9 10 |
# File 'lib/real_ex/address.rb', line 7 def initialize(*args) super @phone_numbers ||= {} end |