Class: Aker::Authorities::Slice

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

Overview

The slice that aliases the default authorities.

Instance Attribute Summary

Attributes inherited from Configuration::Slice

#contents

Instance Method Summary collapse

Constructor Details

#initializeSlice

Returns a new instance of Slice.



36
37
38
39
40
41
# File 'lib/aker/authorities.rb', line 36

def initialize
  super do
    alias_authority :automatic_access, Aker::Authorities::AutomaticAccess
    alias_authority :static, Aker::Authorities::Static
  end
end