Sha256: ec42a73c1147c464609be9bb9b2fef4d7e8f630c8782df6087653f8dbf52a69d

Contents?: true

Size: 565 Bytes

Versions: 53

Compression:

Stored size: 565 Bytes

Contents

class Auth::System::Unit
	include Auth::Concerns::SystemConcern
	embedded_in :definition, :class_name => "Auth::System::Definition"
	field :query_results, type: Array
	field :input_object_ids_index, type: Integer
	field :output_cart_item_ids, type: Array

	## will generate barcodes, and callouts based on the incoming options.
	def generate_barcodes_and_callouts(options)

	end

	## should return instructions inside the definition that are to be updated.
	def generate_new_instructions(options)

	end

	def update_video_and_photo_interactions(options)

	end

end	

Version data entries

53 entries across 53 versions & 1 rubygems

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