관리-도구
편집 파일: cdesc-UploadedFile.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: - !ruby/struct:SM::Flow::P body: The content type of the "uploaded" file name: content_type rw: RW - !ruby/object:RI::Attribute comment: - !ruby/struct:SM::Flow::P body: The filename, <b>not</b> including the path, of the "uploaded" file name: original_filename rw: R class_methods: - !ruby/object:RI::MethodSummary name: new comment: constants: [] full_name: Rack::Multipart::UploadedFile includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: local_path - !ruby/object:RI::MethodSummary name: path - !ruby/object:RI::MethodSummary name: respond_to? name: UploadedFile superclass: Object