Class: Aker::Cas::Slice

Inherits:
Aker::Configuration::Slice show all
Defined in:
lib/aker/cas.rb

Instance Attribute Summary

Attributes inherited from Aker::Configuration::Slice

#contents

Instance Method Summary collapse

Constructor Details

#initializeSlice

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
    alias_authority :cas, Authority

    register_mode ProxyMode
    register_mode ServiceMode
  end
end