forked from rc/aircox
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			162 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import Model from './model';
 | 
						|
 | 
						|
 | 
						|
export default class Sound extends Model {
 | 
						|
    get name() { return this.data.name }
 | 
						|
 | 
						|
    static getId(data) { return data.pk }
 | 
						|
}
 | 
						|
 | 
						|
 |