Class: Spotlight::Resources::CsvUpload
- Inherits:
 - 
      Object
      
        
- Object
 - Spotlight::Resources::CsvUpload
 
 
- Extended by:
 - ActiveModel::Translation
 
- Includes:
 - ActiveModel::Model
 
- Defined in:
 - app/models/spotlight/resources/csv_upload.rb
 
Overview
Shim object for CSV Uploads. see AddUploadsFromCsv
Instance Attribute Summary collapse
- 
  
    
      #url  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute url.
 
Instance Attribute Details
#url ⇒ Object (readonly)
Returns the value of attribute url.
      8 9 10  | 
    
      # File 'app/models/spotlight/resources/csv_upload.rb', line 8 def url @url end  |