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.



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

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

Instance Attribute Details

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#parentObject

Returns the value of attribute parent.



84
85
86
# File 'lib/soap/encodingstyle/soapHandler.rb', line 84

def parent
  @parent
end

#positionObject

Returns the value of attribute position.



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

def position
  @position
end

#rootObject

Returns the value of attribute root.



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

def root
  @root
end