Class: SOAP::EncodingStyle::LiteralHandler::SOAPTemporalObject

Inherits:
Object
  • Object
show all
Defined in:
lib/soap/encodingstyle/literalHandler.rb

Overview

decode interface.

Direct Known Subclasses

SOAPUnknown

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSOAPTemporalObject

Returns a new instance of SOAPTemporalObject.



99
100
101
# File 'lib/soap/encodingstyle/literalHandler.rb', line 99

def initialize
  @parent = nil
end

Instance Attribute Details

#parentObject

Returns the value of attribute parent.



97
98
99
# File 'lib/soap/encodingstyle/literalHandler.rb', line 97

def parent
  @parent
end