Class: IsCacheEnabled
- Inherits:
-
Object
- Object
- IsCacheEnabled
- Defined in:
- lib/crowd/default.rb
Overview
urn:SecurityServerisCacheEnabled
Instance Attribute Summary collapse
-
#in0 ⇒ Object
Returns the value of attribute in0.
Instance Method Summary collapse
-
#initialize(in0 = nil) ⇒ IsCacheEnabled
constructor
A new instance of IsCacheEnabled.
Constructor Details
#initialize(in0 = nil) ⇒ IsCacheEnabled
Returns a new instance of IsCacheEnabled.
954 955 956 |
# File 'lib/crowd/default.rb', line 954 def initialize(in0 = nil) @in0 = in0 end |
Instance Attribute Details
#in0 ⇒ Object
Returns the value of attribute in0.
952 953 954 |
# File 'lib/crowd/default.rb', line 952 def in0 @in0 end |