Class SOAP::SOAPAttachment
In: lib/soap/attachment.rb
Parent: SOAPExternalReference

Methods

Attributes

data  [R] 

Public Class methods

[Source]

    # File lib/soap/attachment.rb, line 19
19:   def initialize(value)
20:     super()
21:     @data = value
22:   end

Private Instance methods

[Source]

    # File lib/soap/attachment.rb, line 26
26:   def external_contentid
27:     @data.contentid
28:   end

[Validate]