Class: IsCacheEnabledResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/crowd/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.



896
897
898
# File 'lib/crowd/default.rb', line 896

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



894
895
896
# File 'lib/crowd/default.rb', line 894

def out
  @out
end