Class: Rack::Multipart::Parser::Collector::BufferPart
  
  
  
  
  
    - Inherits:
 
    - 
      MimePart
      
        
          - Object
 
          
            - Struct
 
          
            - MimePart
 
          
            - Rack::Multipart::Parser::Collector::BufferPart
 
          
        
        show all
      
     
  
  
  
  
  
  
  
  
  
  
    - Defined in:
 
    - lib/rack/multipart/parser.rb
 
  
  
 
  Instance Attribute Summary
  
  Attributes inherited from MimePart
  #body, #content_type, #filename, #head, #name
  
    
      Instance Method Summary
      collapse
    
    
  
  
  
  
  
  
  
  
  
  Methods inherited from MimePart
  #get_data
  
  
    Instance Method Details
    
      
  
  
    #close  ⇒ Object 
  
  
  
  
    
      
110 
     | 
    
      # File 'lib/rack/multipart/parser.rb', line 110
def close; end 
     | 
  
 
    
      
  
  
    #file?  ⇒ Boolean 
  
  
  
  
    
      
109 
     | 
    
      # File 'lib/rack/multipart/parser.rb', line 109
def file?; false; end 
     |