Class: SOAP::EncodingStyle::SOAPHandler::SOAPTemporalObject

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



91
92
93
94
95
96
# File 'lib/soap/encodingstyle/soapHandler.rb', line 91

def initialize
  @parent = nil
  @position = nil
  @id = nil
  @root = nil
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



88
89
90
# File 'lib/soap/encodingstyle/soapHandler.rb', line 88

def id
  @id
end

#parentObject

Returns the value of attribute parent.



86
87
88
# File 'lib/soap/encodingstyle/soapHandler.rb', line 86

def parent
  @parent
end

#positionObject

Returns the value of attribute position.



87
88
89
# File 'lib/soap/encodingstyle/soapHandler.rb', line 87

def position
  @position
end

#rootObject

Returns the value of attribute root.



89
90
91
# File 'lib/soap/encodingstyle/soapHandler.rb', line 89

def root
  @root
end