Class: Chamber::Commands::Secure

Inherits:
Base
  • Object
show all
Defined in:
lib/chamber/commands/secure.rb

Instance Method Summary collapse

Methods inherited from Base

call

Constructor Details

#initialize(options = {}) ⇒ Secure

Returns a new instance of Secure.



7
8
9
# File 'lib/chamber/commands/secure.rb', line 7

def initialize(options = {})
  super(options.merge(namespaces: ['*']))
end

Instance Method Details

#callObject



11
12
13
# File 'lib/chamber/commands/secure.rb', line 11

def call
  chamber.secure
end