class BillForward::Profile
This entity exposes the following child entities via method_missing:
Address[] .addresses
Protected Instance Methods
unserialize_all(hash)
click to toggle source
Calls superclass method
# File lib/bill_forward/entities/profile.rb, line 9 def unserialize_all(hash) super unserialize_array_of_entities('addresses', Address, hash) end