Class: Dotcrypt::Cli::Commands::Show::Handler
- Inherits:
-
Object
- Object
- Dotcrypt::Cli::Commands::Show::Handler
- Defined in:
- lib/dotcrypt/CLI/commands/show.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(**options) ⇒ Handler
constructor
A new instance of Handler.
Constructor Details
#initialize(**options) ⇒ Handler
Returns a new instance of Handler.
26 27 28 |
# File 'lib/dotcrypt/CLI/commands/show.rb', line 26 def initialize(**) = end |
Instance Method Details
#call ⇒ Object
30 |
# File 'lib/dotcrypt/CLI/commands/show.rb', line 30 def call = print(serializer.call(config)) |