Class: Auth::System::Unit

Inherits:
Object
  • Object
show all
Includes:
Concerns::SystemConcern
Defined in:
app/models/auth/system/unit.rb

Instance Method Summary collapse

Instance Method Details

#generate_barcodes_and_callouts(options) ⇒ Object

will generate barcodes, and callouts based on the incoming options.



9
10
11
# File 'app/models/auth/system/unit.rb', line 9

def generate_barcodes_and_callouts(options)

end

#generate_new_instructions(options) ⇒ Object

should return instructions inside the definition that are to be updated.



14
15
16
# File 'app/models/auth/system/unit.rb', line 14

def generate_new_instructions(options)

end

#update_video_and_photo_interactions(options) ⇒ Object



18
19
20
# File 'app/models/auth/system/unit.rb', line 18

def update_video_and_photo_interactions(options)

end