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

Methods

new  

Attributes

data  [R] 

Public Class methods

[Source]

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

[Validate]