Class: GetCacheTime

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

Overview

urn:SecurityServergetCacheTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(in0 = nil) ⇒ GetCacheTime

Returns a new instance of GetCacheTime.



656
657
658
# File 'lib/default.rb', line 656

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

Instance Attribute Details

#in0Object

Returns the value of attribute in0.



654
655
656
# File 'lib/default.rb', line 654

def in0
  @in0
end