Class: IsCacheEnabledResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/soap/default.rb

Overview

urn:SecurityServerisCacheEnabledResponse

out - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ IsCacheEnabledResponse

Returns a new instance of IsCacheEnabledResponse.



1014
1015
1016
# File 'lib/crowd/soap/default.rb', line 1014

def initialize(out = nil)
  @out = out
end

Instance Attribute Details

#outObject

Returns the value of attribute out.



1012
1013
1014
# File 'lib/crowd/soap/default.rb', line 1012

def out
  @out
end