Method: GetCacheTimeResponse#initialize
- Defined in:
- lib/crowd/default.rb
#initialize(out = nil) ⇒ GetCacheTimeResponse
Returns a new instance of GetCacheTimeResponse.
665 666 667 |
# File 'lib/crowd/default.rb', line 665 def initialize(out = nil) @out = out end |