Class: IsCacheEnabledResponse

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

Overview

urn:SecurityServerisCacheEnabledResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#outObject

Returns the value of attribute out.



961
962
963
# File 'lib/default.rb', line 961

def out
  @out
end