Sha256: 21e7497153a733e28099f453073abbc665fb35260269f235e04e074624194bff

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

module BillForward
  class APIConfiguration < MutableEntity
  	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
	end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bill_forward-1.2014.296 lib/bill_forward/entities/api_configuration.rb