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



77
78
79
# File 'lib/rack/multipart/parser.rb', line 77

def params
  @params
end

#tmp_filesObject

Returns the value of attribute tmp_files

Returns:

  • (Object)

    the current value of tmp_files



77
78
79
# File 'lib/rack/multipart/parser.rb', line 77

def tmp_files
  @tmp_files
end