Class: Rack::Multipart::Parser::MultipartInfo
- Defined in:
- vendor/bundler/ruby/3.4.0/bundler/gems/rack-40d68f842b5f/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
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_files ⇒ Object
Returns the value of attribute 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 |