Class: ThreeScaleToolbox::Commands::PoliciesCommand::ExportSubcommand::JSONSerializer

Inherits:
Object
  • Object
show all
Defined in:
lib/3scale_toolbox/commands/policies_command/export_command.rb

Instance Method Summary collapse

Instance Method Details

#call(object) ⇒ Object



8
9
10
# File 'lib/3scale_toolbox/commands/policies_command/export_command.rb', line 8

def call(object)
  JSON.pretty_generate(object)
end