In Files

  • soap/attachment.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

SOAP::SOAPAttachment

Attributes

data[R]

Public Class Methods

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