Class: IsCacheEnabledResponse
- Inherits:
-
Object
- Object
- IsCacheEnabledResponse
- Defined in:
- lib/default.rb
Overview
urn:SecurityServerisCacheEnabledResponse
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.
963 964 965 |
# File 'lib/default.rb', line 963 def initialize(out = nil) @out = out end |
Instance Attribute Details
#out ⇒ Object
Returns the value of attribute out.
961 962 963 |
# File 'lib/default.rb', line 961 def out @out end |