Class: Aker::Cas::Slice
- Inherits:
-
Aker::Configuration::Slice
- Object
- Aker::Configuration::Slice
- Aker::Cas::Slice
- Defined in:
- lib/aker/cas.rb
Instance Attribute Summary
Attributes inherited from Aker::Configuration::Slice
Instance Method Summary collapse
-
#initialize ⇒ Slice
constructor
A new instance of Slice.
Constructor Details
#initialize ⇒ Slice
Returns a new instance of Slice.
19 20 21 22 23 24 25 26 |
# File 'lib/aker/cas.rb', line 19 def initialize super do :cas, Authority register_mode ProxyMode register_mode ServiceMode end end |