Class: SOAP::EncodingStyle::SOAPHandler::SOAPTemporalObject
- Defined in:
- lib/soap/encodingstyle/soapHandler.rb
Overview
decode interface.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#position ⇒ Object
Returns the value of attribute position.
-
#root ⇒ Object
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize ⇒ SOAPTemporalObject
constructor
A new instance of SOAPTemporalObject.
Constructor Details
#initialize ⇒ SOAPTemporalObject
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
#id ⇒ Object
Returns the value of attribute id
86 87 88 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 86 def id @id end |
#parent ⇒ Object
Returns the value of attribute parent
84 85 86 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 84 def parent @parent end |
#position ⇒ Object
Returns the value of attribute position
85 86 87 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 85 def position @position end |