Class: ActiveSupport::Messages::RotationConfiguration
Do not use. This class is for internal use only.
Relationships & Source Files | |
Inherits: | Object |
Defined in: | activesupport/lib/active_support/messages/rotation_configuration.rb |
Class Method Summary
- .new ⇒ RotationConfiguration constructor
Instance Attribute Summary
- #encrypted readonly
- #signed readonly
Instance Method Summary
Constructor Details
.new ⇒ RotationConfiguration
# File 'activesupport/lib/active_support/messages/rotation_configuration.rb', line 8
def initialize @signed, @encrypted = [], [] end
Instance Attribute Details
#encrypted (readonly)
[ GitHub ]# File 'activesupport/lib/active_support/messages/rotation_configuration.rb', line 6
attr_reader :signed, :encrypted
#signed (readonly)
[ GitHub ]# File 'activesupport/lib/active_support/messages/rotation_configuration.rb', line 6
attr_reader :signed, :encrypted