Sha256: bb0333c7661123293dce8ce6665b451b629d63cf8027fe364f8e86be8047ddb6

Contents?: true

Size: 1.3 KB

Versions: 14

Compression:

Stored size: 1.3 KB

Contents

module BillForward
  class PricingComponentValueMigrationAmendmentMapping < MutableEntity
  	@resource_path = BillForward::ResourcePath.new('', 'PricingComponentValueMigrationAmendmentMapping')

  	class << self
  		def create(entity = nil)
	  		raise DenyMethod.new 'Create support is denied for this entity; '+
		 	'at the time of writing, no API endpoint exists to support it. '+
		 	'The entity can be created through cascade only (i.e. instantiated within another entity).'
	  	end
  		
	  	def get_by_id(id, query_params = {}, customClient = nil)
	  		raise DenyMethod.new 'Get by ID support is denied for this entity; '+
			 'at the time of writing, no API endpoint exists to support it.'+
			 'The entity can be GETted through cascade only (i.e. GET a related entity).'
	  	end

	  	def get_all(query_params = {}, customClient = nil)
	  		raise DenyMethod.new 'Get All support is denied for this entity; '+
			 'at the time of writing, no API endpoint exists to support it.'+
			 'The entity can be GETted through cascade only (i.e. GET a related entity).'
	  	end
	end

  	def save()
  		raise DenyMethod.new 'Save support is denied for this entity; '+
		 'at the time of writing, the provided API endpoint is not functioning.'+
		 'The entity can be saved through cascade only (i.e. save a related entity).'
  	end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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