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.
90 91 92 93 94 95 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 90 def initialize @parent = nil @position = nil @id = nil @root = nil end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
87 88 89 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 87 def id @id end |
#parent ⇒ Object
Returns the value of attribute parent.
85 86 87 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 85 def parent @parent end |
#position ⇒ Object
Returns the value of attribute position.
86 87 88 |
# File 'lib/soap/encodingstyle/soapHandler.rb', line 86 def position @position end |