Class: Serverkit::Actions::Inspect

Inherits:
Base
  • Object
show all
Defined in:
lib/serverkit/actions/inspect.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_LOG_LEVEL

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from Serverkit::Actions::Base

Instance Method Details

#runObject



6
7
8
# File 'lib/serverkit/actions/inspect.rb', line 6

def run
  puts JSON.pretty_generate(recipe.to_hash)
end