Method: Handsoap::Http::Part#initialize
- Defined in:
- lib/handsoap/http/part.rb
#initialize(headers, body, parts = nil) ⇒ Part
Returns a new instance of Part.
11 12 13 14 15 |
# File 'lib/handsoap/http/part.rb', line 11 def initialize(headers, body, parts = nil) @headers = headers @body = body @parts = parts end |