Sha256: 23349d4d06cd7cdcd5be04098c1965c6924db926e06d0235d3bcf71e5f1bfabc

Contents?: true

Size: 366 Bytes

Versions: 14

Compression:

Stored size: 366 Bytes

Contents

module BillForward
	# This entity exposes the following child entities via method_missing:
	# 
	# Address[]      .addresses
	class Profile < MutableEntity
		@resource_path = BillForward::ResourcePath.new("profiles", "profile")

	protected
	    def unserialize_all(hash)
	      super

	      unserialize_array_of_entities('addresses', Address, hash)
	    end
	end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 lib/bill_forward/entities/profile.rb
bill_forward-2.2016.227 lib/bill_forward/entities/profile.rb
bill_forward-2.2016.222 lib/bill_forward/entities/profile.rb
bill_forward-2.2016.209 lib/bill_forward/entities/profile.rb
bill_forward-1.2016.117 lib/bill_forward/entities/profile.rb
bill_forward-1.2016.101 lib/bill_forward/entities/profile.rb
bill_forward-1.2016.26 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.321.1 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.321 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.299 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.217.1 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.217 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.186 lib/bill_forward/entities/profile.rb
bill_forward-1.2015.183 lib/bill_forward/entities/profile.rb