class ThreeScaleToolbox::Commands::PoliciesCommand::ExportSubcommand::JSONSerializer
Public Instance Methods
call(object)
click to toggle source
# File lib/3scale_toolbox/commands/policies_command/export_command.rb, line 8 def call(object) JSON.pretty_generate(object) end