Class: ThreeScaleToolbox::Commands::PoliciesCommand::ExportSubcommand::YAMLSerializer

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



14
15
16
# File 'lib/3scale_toolbox/commands/policies_command/export_command.rb', line 14

def call(object)
  YAML.dump(object)
end