Class: RealEx::Address

Inherits:
Object
  • Object
show all
Includes:
Initializer
Defined in:
lib/real_ex/address.rb

Instance Method Summary collapse

Methods included from Initializer

included

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