Class: GetCacheTimeResponse

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

Overview

urn:SecurityServergetCacheTimeResponse

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetCacheTimeResponse



665
666
667
# File 'lib/crowd/default.rb', line 665

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



663
664
665
# File 'lib/crowd/default.rb', line 663

def out
  @out
end