class SOAP::EncodingStyle::SOAPHandler::SOAPTemporalObject

decode interface.

Attributes

id[RW]
parent[RW]
position[RW]
root[RW]

Public Class Methods

new() click to toggle source
# File lib/soap/encodingstyle/soapHandler.rb, line 89
def initialize
  @parent = nil
  @position = nil
  @id = nil
  @root = nil
end