Class: GetCacheTime
- Inherits:
-
Object
- Object
- GetCacheTime
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServergetCacheTime
in0 - AuthenticatedToken
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ GetCacheTime
constructor
A new instance of GetCacheTime.
Constructor Details
#initialize(in0 = nil) ⇒ GetCacheTime
Returns a new instance of GetCacheTime.
772 773 774 |
# File 'lib/crowd/default.rb', line 772 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
770 771 772 |
# File 'lib/crowd/default.rb', line 770 def in0 @in0 end |