Sha256: 7cef056685772f7c0b6183d835ee17c27afed38dee481ae74fbd0d7ed9acce59

Contents?: true

Size: 372 Bytes

Versions: 53

Compression:

Stored size: 372 Bytes

Contents

class Auth::System::Creation
	include Auth::Concerns::SystemConcern
	embedded_in :defintion, :class_name => "Auth::System::Definition"
	embeds_many :outputs, :class_name => "Auth::System::Output"
	field :simultaneous_product_requirements, type: Hash
	field :applicable_to_product_ids, type: Array
	field :summatable, type: Boolean
	field :rounding_factor, type: Float

end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/models/auth/system/creation.rb
wordjelly-auth-1.5.9 app/models/auth/system/creation.rb
wordjelly-auth-1.5.8 app/models/auth/system/creation.rb
wordjelly-auth-1.5.7 app/models/auth/system/creation.rb
wordjelly-auth-1.5.6 app/models/auth/system/creation.rb
wordjelly-auth-1.5.5 app/models/auth/system/creation.rb
wordjelly-auth-1.5.4 app/models/auth/system/creation.rb
wordjelly-auth-1.5.3 app/models/auth/system/creation.rb
wordjelly-auth-1.5.2 app/models/auth/system/creation.rb
wordjelly-auth-1.5.1 app/models/auth/system/creation.rb
wordjelly-auth-1.5.0 app/models/auth/system/creation.rb
wordjelly-auth-1.4.9 app/models/auth/system/creation.rb
wordjelly-auth-1.4.8 app/models/auth/system/creation.rb
wordjelly-auth-1.4.7 app/models/auth/system/creation.rb
wordjelly-auth-1.4.6 app/models/auth/system/creation.rb
wordjelly-auth-1.4.5 app/models/auth/system/creation.rb
wordjelly-auth-1.4.4 app/models/auth/system/creation.rb
wordjelly-auth-1.4.3 app/models/auth/system/creation.rb
wordjelly-auth-1.4.2 app/models/auth/system/creation.rb
wordjelly-auth-1.4.0 app/models/auth/system/creation.rb