Class: IsCacheEnabledResponse
- Inherits:
-
Object
- Object
- IsCacheEnabledResponse
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerisCacheEnabledResponse
out - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#out ⇒ Object
Returns the value of attribute out.
Instance Method Summary collapse
-
#initialize(out = nil) ⇒ IsCacheEnabledResponse
constructor
A new instance of IsCacheEnabledResponse.
Constructor Details
#initialize(out = nil) ⇒ IsCacheEnabledResponse
Returns a new instance of IsCacheEnabledResponse.
896 897 898 |
# File 'lib/crowd/default.rb', line 896 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
894 895 896 |
# File 'lib/crowd/default.rb', line 894 def out @out end |