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

Inherits:
Struct
  • Object
show all
Defined in:
vendor/bundler/ruby/3.4.0/bundler/gems/rack-40d68f842b5f/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



79
80
81
# File 'vendor/bundler/ruby/3.4.0/bundler/gems/rack-40d68f842b5f/lib/rack/multipart/parser.rb', line 79

def params
  @params
end

#tmp_filesObject

Returns the value of attribute tmp_files

Returns:

  • (Object)

    the current value of tmp_files



79
80
81
# File 'vendor/bundler/ruby/3.4.0/bundler/gems/rack-40d68f842b5f/lib/rack/multipart/parser.rb', line 79

def tmp_files
  @tmp_files
end