class Parts::ParamPart
Public Class Methods
new(boundary, name, value, headers = {})
click to toggle source
# File lib/cmis.rb, line 26 def initialize(boundary, name, value, headers = {}) headers.merge!('Content-Type' => 'text/plain; charset=utf-8') old_initialize(boundary, name, value, headers) end
Also aliased as: old_initialize