Class: GetCacheTimeResponse
- Inherits:
-
Object
- Object
- GetCacheTimeResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetCacheTimeResponse
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
665 666 667 |
# File 'lib/crowd/default.rb', line 665 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
663 664 665 |
# File 'lib/crowd/default.rb', line 663 def out @out end |