Class: ThreeScaleToolbox::Commands::PlansCommand::Export::ReadPlanFeaturesStep

Inherits:
Object
  • Object
show all
Includes:
Step
Defined in:
lib/3scale_toolbox/commands/plans_command/export/read_plan_features_step.rb

Instance Attribute Summary

Attributes included from Step

#context

Instance Method Summary collapse

Methods included from Step

#file, #initialize, #metric_info, #plan, #plan_system_name, #result, #service, #service_system_name, #threescale_client

Instance Method Details

#callObject

Reads Application Plan features



9
10
11
# File 'lib/3scale_toolbox/commands/plans_command/export/read_plan_features_step.rb', line 9

def call
  result[:plan_features] = plan.features
end