Module: Api::V2::SharedBehaviour::Labware
- Extended by:
 - ActiveSupport::Concern
 
- Included in:
 - LabwareResource, PlateResource, TubeResource
 
- Defined in:
 - app/resources/api/v2/shared_behaviour/labware.rb
 
Instance Method Summary collapse
- 
  
    
      #labware_barcode  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Custom methods These shouldn't be used for business logic, and are more about I/O and isolating implementation details.
 
Instance Method Details
#labware_barcode ⇒ Object
Custom methods These shouldn't be used for business logic, and are more about I/O and isolating implementation details.
      73 74 75 76 77 78 79  | 
    
      # File 'app/resources/api/v2/shared_behaviour/labware.rb', line 73 def { 'ean13_barcode' => _model., 'machine_barcode' => _model., 'human_barcode' => _model. } end  |