Class: GetCacheTimeResponse

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

Overview

urn:SecurityServergetCacheTimeResponse

out - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out = nil) ⇒ GetCacheTimeResponse

Returns a new instance of GetCacheTimeResponse.



782
783
784
# File 'lib/crowd/default.rb', line 782

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

Instance Attribute Details

#outObject

Returns the value of attribute out.



780
781
782
# File 'lib/crowd/default.rb', line 780

def out
  @out
end