Class: GetCacheTimeResponse
- Inherits:
-
Object
- Object
- GetCacheTimeResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetCacheTimeResponse
out - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ GetCacheTimeResponse
constructor
A new instance of GetCacheTimeResponse.
Constructor Details
#initialize(out = nil) ⇒ GetCacheTimeResponse
Returns a new instance of GetCacheTimeResponse.
782 783 784 |
# File 'lib/crowd/default.rb', line 782 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
780 781 782 |
# File 'lib/crowd/default.rb', line 780 def out @out end |