29 30 31
# File 'lib/actv/user.rb', line 29 def address @address ||= ACTV::Address.new(@attrs[:address]) unless @attrs[:address].nil? end