Class: Rack::Multipart::Parser::MultipartInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Rack::Multipart::Parser::MultipartInfo
 
- Defined in:
- lib/rack/multipart/parser.rb
Instance Attribute Summary collapse
- 
  
    
      #params  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute params. 
- 
  
    
      #tmp_files  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute tmp_files. 
Instance Attribute Details
#params ⇒ Object
Returns the value of attribute params
| 112 113 114 | # File 'lib/rack/multipart/parser.rb', line 112 def params @params end | 
#tmp_files ⇒ Object
Returns the value of attribute tmp_files
| 112 113 114 | # File 'lib/rack/multipart/parser.rb', line 112 def tmp_files @tmp_files end |