class WsdlMapper::SvcDesc::Envelope

Attributes

body[RW]
header[RW]

Public Class Methods

new(header: nil, body: nil) click to toggle source
# File lib/wsdl_mapper/svc_desc/envelope.rb, line 6
def initialize(header: nil, body: nil)
  @header = header
  @body = body
end