Class: SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject

Inherits:
Object
  • Object
show all
Defined in:
lib/soap/encodingstyle/aspDotNetHandler.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.



82
83
84
# File 'lib/soap/encodingstyle/aspDotNetHandler.rb', line 82

def initialize
  @parent = nil
end

Instance Attribute Details

#parentObject

Returns the value of attribute parent.



80
81
82
# File 'lib/soap/encodingstyle/aspDotNetHandler.rb', line 80

def parent
  @parent
end