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