Class: Rack::Multipart::Parser::MultipartInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/multipart/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#paramsObject

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



56
57
58
# File 'lib/rack/multipart/parser.rb', line 56

def params
  @params
end

#tmp_filesObject

Returns the value of attribute tmp_files

Returns:

  • (Object)

    the current value of tmp_files



56
57
58
# File 'lib/rack/multipart/parser.rb', line 56

def tmp_files
  @tmp_files
end