Class: SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject
- Inherits:
-
Object
- Object
- SOAP::EncodingStyle::ASPDotNetHandler::SOAPTemporalObject
- Defined in:
- lib/soap/encodingstyle/aspDotNetHandler.rb
Overview
decode interface.
Instance Attribute Summary (collapse)
-
- (Object) parent
Returns the value of attribute parent.
Instance Method Summary (collapse)
-
- (SOAPTemporalObject) initialize
constructor
A new instance of SOAPTemporalObject.
Constructor Details
- (SOAPTemporalObject) initialize
A new instance of SOAPTemporalObject
81 82 83 |
# File 'lib/soap/encodingstyle/aspDotNetHandler.rb', line 81 def initialize @parent = nil end |
Instance Attribute Details
- (Object) parent
Returns the value of attribute parent
79 80 81 |
# File 'lib/soap/encodingstyle/aspDotNetHandler.rb', line 79 def parent @parent end |