Sha256: 19160af02b1fe1f8e59d4e5342d31ecdae06e3e0cab4601585e186caf21bf8d0

Contents?: true

Size: 564 Bytes

Versions: 14

Compression:

Stored size: 564 Bytes

Contents

module BillForward
	# This entity exposes the following child entities via method_missing:
	# 
	# PricingComponentValueMigrationAmendmentMapping[]           .mappings
	class ProductRatePlanMigrationAmendment < Amendment
		@resource_path = BillForward::ResourcePath.new("amendments", "amendment")
		
		def initialize(*args)
			super
			set_state_param('@type', 'ProductRatePlanMigrationAmendment')
		end
	protected
		def unserialize_all(hash)
			super
			unserialize_array_of_entities('mappings', PricingComponentValueMigrationAmendmentMapping, 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/amendments/product_rate_plan_migration_amendment.rb
bill_forward-2.2016.227 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-2.2016.222 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-2.2016.209 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2016.117 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2016.101 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2016.26 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.321.1 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.321 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.299 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.217.1 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.217 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.186 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb
bill_forward-1.2015.183 lib/bill_forward/entities/amendments/product_rate_plan_migration_amendment.rb